Html Css Color HEX #39059B Persian Indigo

📋 copy color: '#39059B'

red 57 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #39059B

Tints of Persian Indigo #39059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.43%

R = 26.27%
G = 2.3%
B = 71.43%

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

#39059B (or 0x39059B) is known color: Persian Indigo. HEX triplet: 39, 05 and 9B. RGB value is (57,5,155). Sum of RGB (Red+Green+Blue) = 57+5+155=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #39059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39059B is #C6FA64. Grayscale: #252525. Windows color (decimal): -13040229 or 10159417. OLE color: 10159417.

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

Color convert

RGB 57 5 155 -
CMYK 0.63 0.97 0 0.39
HSL 260.8º 0.94% 0.31% -
HSV(B) 260.8º 0.97% 0.61% -
XYZ 7.66 3.34 31.25 -
YUV 37.65 194.23 141.8 -
System Red Green Blue C M Y K H S L
Decimal 57 5 155 0.63 0.97 0 0.39 260.8 0.94 0.31
Hex 39 5 9B 3F 61 0 27 105 5E 1F
Octal 71 5 233 77 141 0 47 405 136 37
Binary 111001 101 10011011 111111 1100001 0 100111 100000101 1011110 11111

Color Harmonies of #39059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39059B

Black with #39059B

Text Example


Text Example

White with #39059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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