Html Css Color HEX #39057F Persian Indigo

📋 copy color: '#39057F'

red 57 ◦ green 5 ◦ blue 127

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

Shades of Persian Indigo #39057F

Tints of Persian Indigo #39057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 67.2%

R = 30.16%
G = 2.65%
B = 67.2%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39057F (or 0x39057F) is known color: Persian Indigo. HEX triplet: 39, 05 and 7F. RGB value is (57,5,127). Sum of RGB (Red+Green+Blue) = 57+5+127=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #39057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39057F is #C6FA80. Grayscale: #222222. Windows color (decimal): -13040257 or 8324409. OLE color: 8324409.

HSL color Cylindrical-coordinate representation of color #39057F: hue angle of 265.57º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39057F is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 5 127 -
CMYK 0.55 0.96 0 0.50
HSL 265.57º 0.92% 0.26% -
HSV(B) 265.57º 0.96% 0.5% -
XYZ 5.57 2.51 20.27 -
YUV 34.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 57 5 127 0.55 0.96 0 0.50 265.57 0.92 0.26
Hex 39 5 7F 37 60 0 32 10A 5C 1A
Octal 71 5 177 67 140 0 62 412 134 32
Binary 111001 101 1111111 110111 1100000 0 110010 100001010 1011100 11010

Color Harmonies of #39057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39057F

Black with #39057F

Text Example


Text Example

White with #39057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39057F; }

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

 H1.HeaderClassName
 {
   color: #39057F;
 }
 .AnyTagClassName
 {
   color: #39057F;
 }
</style>

background-color css

<style>
 a { background-color: #39057F; }

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

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

border-color css

<style>
 span { border-color: #39057F; }

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

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