Html Css Color HEX #39037E Persian Indigo

📋 copy color: '#39037E'

red 57 ◦ green 3 ◦ blue 126

#39037E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #39037E

Tints of Persian Indigo #39037E

RGB

 RED value IS 57 (22.66% from 255) = 30.65%

 GREEN value IS 3 (1.56% from 255) = 1.61%

 BLUE value IS 126 (49.61% from 255) = 67.74%

R = 30.65%
G = 1.61%
B = 67.74%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39037E (or 0x39037E) is known color: Persian Indigo. HEX triplet: 39, 03 and 7E. RGB value is (57,3,126). Sum of RGB (Red+Green+Blue) = 57+3+126=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 126 (49.61% from 255 or 67.74% from 186); Max value from RGB is 126 - color contains mainly: blue. Hex color #39037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39037E is #C6FC81. Grayscale: #202020. Windows color (decimal): -13040770 or 8258361. OLE color: 8258361.

HSL color Cylindrical-coordinate representation of color #39037E: hue angle of 266.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39037E is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 3 126 -
CMYK 0.55 0.98 0 0.51
HSL 266.34º 0.95% 0.25% -
HSV(B) 266.34º 0.98% 0.49% -
XYZ 5.49 2.44 19.92 -
YUV 33.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 57 3 126 0.55 0.98 0 0.51 266.34 0.95 0.25
Hex 39 3 7E 37 62 0 33 10A 5F 19
Octal 71 3 176 67 142 0 63 412 137 31
Binary 111001 11 1111110 110111 1100010 0 110011 100001010 1011111 11001

Color Harmonies of #39037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39037E

Black with #39037E

Text Example


Text Example

White with #39037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39037E; }

 p { color: rgb(57,3,126); }

 H1.HeaderClassName
 {
   color: #39037E;
 }
 .AnyTagClassName
 {
   color: #39037E;
 }
</style>

background-color css

<style>
 a { background-color: #39037E; }

 a { background-color: rgb(57,3,126); }

 div.DivClassName
 {
   background-color: #39037E;
 }
 .BgClassName
 {
   background-color: #39037E;
 }
</style>

border-color css

<style>
 span { border-color: #39037E; }

 span { border-color: rgb(57,3,126); }

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