Html Css Color HEX #39097B Persian Indigo

📋 copy color: '#39097B'

red 57 ◦ green 9 ◦ blue 123

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

Shades of Persian Indigo #39097B

Tints of Persian Indigo #39097B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.76%

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

R = 30.16%
G = 4.76%
B = 65.08%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39097B (or 0x39097B) is known color: Persian Indigo. HEX triplet: 39, 09 and 7B. RGB value is (57,9,123). Sum of RGB (Red+Green+Blue) = 57+9+123=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #39097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39097B is #C6F684. Grayscale: #232323. Windows color (decimal): -13039237 or 8063289. OLE color: 8063289.

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

Color convert

RGB 57 9 123 -
CMYK 0.54 0.93 0 0.52
HSL 265.26º 0.86% 0.26% -
HSV(B) 265.26º 0.93% 0.48% -
XYZ 5.36 2.5 18.94 -
YUV 36.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 57 9 123 0.54 0.93 0 0.52 265.26 0.86 0.26
Hex 39 9 7B 36 5D 0 34 109 56 1A
Octal 71 11 173 66 135 0 64 411 126 32
Binary 111001 1001 1111011 110110 1011101 0 110100 100001001 1010110 11010

Color Harmonies of #39097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39097B

Black with #39097B

Text Example


Text Example

White with #39097B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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