Html Css Color HEX #39159B Persian Indigo

📋 copy color: '#39159B'

red 57 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #39159B

Tints of Persian Indigo #39159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 24.46%
G = 9.01%
B = 66.52%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39159B (or 0x39159B) is known color: Persian Indigo. HEX triplet: 39, 15 and 9B. RGB value is (57,21,155). Sum of RGB (Red+Green+Blue) = 57+21+155=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #39159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39159B is #C6EA64. Grayscale: #2E2E2E. Windows color (decimal): -13036133 or 10163513. OLE color: 10163513.

HSL color Cylindrical-coordinate representation of color #39159B: hue angle of 256.12º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39159B is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 21 155 -
CMYK 0.63 0.86 0 0.39
HSL 256.12º 0.76% 0.35% -
HSV(B) 256.12º 0.86% 0.61% -
XYZ 7.87 3.77 31.32 -
YUV 47.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 57 21 155 0.63 0.86 0 0.39 256.12 0.76 0.35
Hex 39 15 9B 3F 56 0 27 100 4C 23
Octal 71 25 233 77 126 0 47 400 114 43
Binary 111001 10101 10011011 111111 1010110 0 100111 100000000 1001100 100011

Color Harmonies of #39159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39159B

Black with #39159B

Text Example


Text Example

White with #39159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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