Html Css Color HEX #39127B Persian Indigo

📋 copy color: '#39127B'

red 57 ◦ green 18 ◦ blue 123

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

Shades of Persian Indigo #39127B

Tints of Persian Indigo #39127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 123 (48.44% from 255) = 62.12%

R = 28.79%
G = 9.09%
B = 62.12%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39127B (or 0x39127B) is known color: Persian Indigo. HEX triplet: 39, 12 and 7B. RGB value is (57,18,123). Sum of RGB (Red+Green+Blue) = 57+18+123=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #39127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39127B is #C6ED84. Grayscale: #292929. Windows color (decimal): -13036933 or 8065593. OLE color: 8065593.

HSL color Cylindrical-coordinate representation of color #39127B: hue angle of 262.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39127B is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 18 123 -
CMYK 0.54 0.85 0 0.52
HSL 262.29º 0.74% 0.28% -
HSV(B) 262.29º 0.85% 0.48% -
XYZ 5.48 2.73 18.98 -
YUV 41.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 57 18 123 0.54 0.85 0 0.52 262.29 0.74 0.28
Hex 39 12 7B 36 55 0 34 106 4A 1C
Octal 71 22 173 66 125 0 64 406 112 34
Binary 111001 10010 1111011 110110 1010101 0 110100 100000110 1001010 11100

Color Harmonies of #39127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39127B

Black with #39127B

Text Example


Text Example

White with #39127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39127B; }

 p { color: rgb(57,18,123); }

 H1.HeaderClassName
 {
   color: #39127B;
 }
 .AnyTagClassName
 {
   color: #39127B;
 }
</style>

background-color css

<style>
 a { background-color: #39127B; }

 a { background-color: rgb(57,18,123); }

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

border-color css

<style>
 span { border-color: #39127B; }

 span { border-color: rgb(57,18,123); }

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