#38028F

Color #38028F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #38028F

Tints of Persian Indigo #38028F

Color information

#38028F (or 0x38028F) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 8F. RGB value is (56,2,143). Sum of RGB (Red+Green+Blue) = 56+2+143=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #38028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38028F is #C7FD70. Grayscale: #212121. Windows color (decimal): -13106545 or 9372216. OLE color: 9372216.

HSL color Cylindrical-coordinate representation of color #38028F: hue angle of 262.98º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38028F is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB562143-
CMYK0.610.9900.44
HSL262.98º97.24%28.43%-
HSV(B)262.98º98.6%56.08%-
XYZ6.612.8726.19-
YUV34.22189.39143.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 143 (56.25% from 255) = 71.14%
R=27.86%
G=1.00%
B=71.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5621430.610.9900.44262.9897.2428.43
Hex3828F3D6302C107611c
Octal7022177514305440714134
Binary111000101000111111110111000110101100100000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38028F; }

 p { color: rgb(56,2,143); }

 H1.HeaderClassName
 {
   color: #38028F;
 }
 .AnyTagClassName
 {
   color: #38028F;
 }
</style>
background-color css

<style>
 a { background-color: #38028F; }

 a { background-color: rgb(56,2,143); }

 div.DivClassName
 {
   background-color: #38028F;
 }
 .BgClassName
 {
   background-color: #38028F;
 }
</style>
border-color css

<style>
 span { border-color: #38028F; }

 span { border-color: rgb(56,2,143); }

 td.TdClassName
 {
   border-color: #38028F;
 }
 .TagClassName
 {
   border-color: #38028F;
 }
</style>