Html Css Color HEX #39036D Persian Indigo

📋 copy color: '#39036D'

red 57 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #39036D

Tints of Persian Indigo #39036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

 BLUE value IS 109 (42.97% from 255) = 64.5%

R = 33.73%
G = 1.78%
B = 64.5%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39036D (or 0x39036D) is known color: Persian Indigo. HEX triplet: 39, 03 and 6D. RGB value is (57,3,109). Sum of RGB (Red+Green+Blue) = 57+3+109=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #39036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39036D is #C6FC92. Grayscale: #1E1E1E. Windows color (decimal): -13040787 or 7144249. OLE color: 7144249.

HSL color Cylindrical-coordinate representation of color #39036D: hue angle of 270.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39036D is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 3 109 -
CMYK 0.48 0.97 0 0.57
HSL 270.57º 0.95% 0.22% -
HSV(B) 270.57º 0.97% 0.43% -
XYZ 4.48 2.04 14.63 -
YUV 31.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 57 3 109 0.48 0.97 0 0.57 270.57 0.95 0.22
Hex 39 3 6D 30 61 0 39 10F 5F 16
Octal 71 3 155 60 141 0 71 417 137 26
Binary 111001 11 1101101 110000 1100001 0 111001 100001111 1011111 10110

Color Harmonies of #39036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39036D

Black with #39036D

Text Example


Text Example

White with #39036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,3,109); }

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

background-color css

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

 a { background-color: rgb(57,3,109); }

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

border-color css

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

 span { border-color: rgb(57,3,109); }

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