Html Css Color HEX #39159D Persian Indigo

📋 copy color: '#39159D'

red 57 ◦ green 21 ◦ blue 157

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

Shades of Persian Indigo #39159D

Tints of Persian Indigo #39159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

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

R = 24.26%
G = 8.94%
B = 66.81%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39159D (or 0x39159D) is known color: Persian Indigo. HEX triplet: 39, 15 and 9D. RGB value is (57,21,157). Sum of RGB (Red+Green+Blue) = 57+21+157=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #39159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39159D is #C6EA62. Grayscale: #2E2E2E. Windows color (decimal): -13036131 or 10294585. OLE color: 10294585.

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

Color convert

RGB 57 21 157 -
CMYK 0.64 0.87 0 0.38
HSL 255.88º 0.76% 0.35% -
HSV(B) 255.88º 0.87% 0.62% -
XYZ 8.04 3.84 32.22 -
YUV 47.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 57 21 157 0.64 0.87 0 0.38 255.88 0.76 0.35
Hex 39 15 9D 40 57 0 26 100 4C 23
Octal 71 25 235 100 127 0 46 400 114 43
Binary 111001 10101 10011101 1000000 1010111 0 100110 100000000 1001100 100011

Color Harmonies of #39159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39159D

Black with #39159D

Text Example


Text Example

White with #39159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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