Html Css Color HEX #39046C Persian Indigo

📋 copy color: '#39046C'

red 57 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #39046C

Tints of Persian Indigo #39046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

 BLUE value IS 108 (42.58% from 255) = 63.91%

R = 33.73%
G = 2.37%
B = 63.91%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#39046C (or 0x39046C) is known color: Persian Indigo. HEX triplet: 39, 04 and 6C. RGB value is (57,4,108). Sum of RGB (Red+Green+Blue) = 57+4+108=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #39046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39046C is #C6FB93. Grayscale: #1F1F1F. Windows color (decimal): -13040532 or 7078969. OLE color: 7078969.

HSL color Cylindrical-coordinate representation of color #39046C: hue angle of 270.58º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39046C is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 4 108 -
CMYK 0.47 0.96 0 0.58
HSL 270.58º 0.93% 0.22% -
HSV(B) 270.58º 0.96% 0.42% -
XYZ 4.44 2.04 14.35 -
YUV 31.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 57 4 108 0.47 0.96 0 0.58 270.58 0.93 0.22
Hex 39 4 6C 2F 60 0 3A 10F 5D 16
Octal 71 4 154 57 140 0 72 417 135 26
Binary 111001 100 1101100 101111 1100000 0 111010 100001111 1011101 10110

Color Harmonies of #39046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39046C

Black with #39046C

Text Example


Text Example

White with #39046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,4,108); }

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

background-color css

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

 a { background-color: rgb(57,4,108); }

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

border-color css

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

 span { border-color: rgb(57,4,108); }

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