Html Css Color HEX #39059C Persian Indigo

📋 copy color: '#39059C'

red 57 ◦ green 5 ◦ blue 156

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

Shades of Persian Indigo #39059C

Tints of Persian Indigo #39059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 26.15%
G = 2.29%
B = 71.56%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39059C (or 0x39059C) is known color: Persian Indigo. HEX triplet: 39, 05 and 9C. RGB value is (57,5,156). Sum of RGB (Red+Green+Blue) = 57+5+156=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #39059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39059C is #C6FA63. Grayscale: #252525. Windows color (decimal): -13040228 or 10224953. OLE color: 10224953.

HSL color Cylindrical-coordinate representation of color #39059C: hue angle of 260.66º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39059C is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 5 156 -
CMYK 0.63 0.97 0 0.39
HSL 260.66º 0.94% 0.32% -
HSV(B) 260.66º 0.97% 0.61% -
XYZ 7.74 3.38 31.7 -
YUV 37.76 194.73 141.72 -
System Red Green Blue C M Y K H S L
Decimal 57 5 156 0.63 0.97 0 0.39 260.66 0.94 0.32
Hex 39 5 9C 3F 61 0 27 105 5E 20
Octal 71 5 234 77 141 0 47 405 136 40
Binary 111001 101 10011100 111111 1100001 0 100111 100000101 1011110 100000

Color Harmonies of #39059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39059C

Black with #39059C

Text Example


Text Example

White with #39059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,5,156); }

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

background-color css

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

 a { background-color: rgb(57,5,156); }

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

border-color css

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

 span { border-color: rgb(57,5,156); }

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