Html Css Color HEX #39137A Persian Indigo

📋 copy color: '#39137A'

red 57 ◦ green 19 ◦ blue 122

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

Shades of Persian Indigo #39137A

Tints of Persian Indigo #39137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61.62%

R = 28.79%
G = 9.6%
B = 61.62%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39137A (or 0x39137A) is known color: Persian Indigo. HEX triplet: 39, 13 and 7A. RGB value is (57,19,122). Sum of RGB (Red+Green+Blue) = 57+19+122=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #39137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39137A is #C6EC85. Grayscale: #292929. Windows color (decimal): -13036678 or 8000313. OLE color: 8000313.

HSL color Cylindrical-coordinate representation of color #39137A: hue angle of 262.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39137A is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 19 122 -
CMYK 0.53 0.84 0 0.52
HSL 262.14º 0.73% 0.28% -
HSV(B) 262.14º 0.84% 0.48% -
XYZ 5.43 2.74 18.66 -
YUV 42.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 57 19 122 0.53 0.84 0 0.52 262.14 0.73 0.28
Hex 39 13 7A 35 54 0 34 106 49 1C
Octal 71 23 172 65 124 0 64 406 111 34
Binary 111001 10011 1111010 110101 1010100 0 110100 100000110 1001001 11100

Color Harmonies of #39137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39137A

Black with #39137A

Text Example


Text Example

White with #39137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39137A; }

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

 H1.HeaderClassName
 {
   color: #39137A;
 }
 .AnyTagClassName
 {
   color: #39137A;
 }
</style>

background-color css

<style>
 a { background-color: #39137A; }

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

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

border-color css

<style>
 span { border-color: #39137A; }

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

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