Html Css Color HEX #39059D Persian Indigo

📋 copy color: '#39059D'

red 57 ◦ green 5 ◦ blue 157

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

Shades of Persian Indigo #39059D

Tints of Persian Indigo #39059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 71.69%

R = 26.03%
G = 2.28%
B = 71.69%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39059D (or 0x39059D) is known color: Persian Indigo. HEX triplet: 39, 05 and 9D. RGB value is (57,5,157). Sum of RGB (Red+Green+Blue) = 57+5+157=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #39059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39059D is #C6FA62. Grayscale: #252525. Windows color (decimal): -13040227 or 10290489. OLE color: 10290489.

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

Color convert

RGB 57 5 157 -
CMYK 0.64 0.97 0 0.38
HSL 260.53º 0.94% 0.32% -
HSV(B) 260.53º 0.97% 0.62% -
XYZ 7.83 3.41 32.14 -
YUV 37.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 57 5 157 0.64 0.97 0 0.38 260.53 0.94 0.32
Hex 39 5 9D 40 61 0 26 105 5E 20
Octal 71 5 235 100 141 0 46 405 136 40
Binary 111001 101 10011101 1000000 1100001 0 100110 100000101 1011110 100000

Color Harmonies of #39059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39059D

Black with #39059D

Text Example


Text Example

White with #39059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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