Html Css Color HEX #39138E Persian Indigo

📋 copy color: '#39138E'

red 57 ◦ green 19 ◦ blue 142

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

Shades of Persian Indigo #39138E

Tints of Persian Indigo #39138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 142 (55.86% from 255) = 65.14%

R = 26.15%
G = 8.72%
B = 65.14%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39138E (or 0x39138E) is known color: Persian Indigo. HEX triplet: 39, 13 and 8E. RGB value is (57,19,142). Sum of RGB (Red+Green+Blue) = 57+19+142=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #39138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39138E is #C6EC71. Grayscale: #2B2B2B. Windows color (decimal): -13036658 or 9311033. OLE color: 9311033.

HSL color Cylindrical-coordinate representation of color #39138E: hue angle of 258.54º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39138E is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 19 142 -
CMYK 0.60 0.87 0 0.44
HSL 258.54º 0.76% 0.32% -
HSV(B) 258.54º 0.87% 0.56% -
XYZ 6.8 3.29 25.87 -
YUV 44.38 183.09 137 -
System Red Green Blue C M Y K H S L
Decimal 57 19 142 0.60 0.87 0 0.44 258.54 0.76 0.32
Hex 39 13 8E 3C 57 0 2C 103 4C 20
Octal 71 23 216 74 127 0 54 403 114 40
Binary 111001 10011 10001110 111100 1010111 0 101100 100000011 1001100 100000

Color Harmonies of #39138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39138E

Black with #39138E

Text Example


Text Example

White with #39138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39138E; }

 p { color: rgb(57,19,142); }

 H1.HeaderClassName
 {
   color: #39138E;
 }
 .AnyTagClassName
 {
   color: #39138E;
 }
</style>

background-color css

<style>
 a { background-color: #39138E; }

 a { background-color: rgb(57,19,142); }

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

border-color css

<style>
 span { border-color: #39138E; }

 span { border-color: rgb(57,19,142); }

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