Html Css Color HEX #39097C Persian Indigo

📋 copy color: '#39097C'

red 57 ◦ green 9 ◦ blue 124

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

Shades of Persian Indigo #39097C

Tints of Persian Indigo #39097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.26%

R = 30%
G = 4.74%
B = 65.26%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39097C (or 0x39097C) is known color: Persian Indigo. HEX triplet: 39, 09 and 7C. RGB value is (57,9,124). Sum of RGB (Red+Green+Blue) = 57+9+124=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #39097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39097C is #C6F683. Grayscale: #242424. Windows color (decimal): -13039236 or 8128825. OLE color: 8128825.

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

Color convert

RGB 57 9 124 -
CMYK 0.54 0.93 0 0.51
HSL 265.04º 0.86% 0.26% -
HSV(B) 265.04º 0.93% 0.49% -
XYZ 5.42 2.52 19.27 -
YUV 36.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 57 9 124 0.54 0.93 0 0.51 265.04 0.86 0.26
Hex 39 9 7C 36 5D 0 33 109 56 1A
Octal 71 11 174 66 135 0 63 411 126 32
Binary 111001 1001 1111100 110110 1011101 0 110011 100001001 1010110 11010

Color Harmonies of #39097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39097C

Black with #39097C

Text Example


Text Example

White with #39097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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