Html Css Color HEX #39188A Persian Indigo

📋 copy color: '#39188A'

red 57 ◦ green 24 ◦ blue 138

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

Shades of Persian Indigo #39188A

Tints of Persian Indigo #39188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 138 (54.3% from 255) = 63.01%

R = 26.03%
G = 10.96%
B = 63.01%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#39188A (or 0x39188A) is known color: Persian Indigo. HEX triplet: 39, 18 and 8A. RGB value is (57,24,138). Sum of RGB (Red+Green+Blue) = 57+24+138=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #39188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39188A is #C6E775. Grayscale: #2E2E2E. Windows color (decimal): -13035382 or 9050169. OLE color: 9050169.

HSL color Cylindrical-coordinate representation of color #39188A: hue angle of 257.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39188A is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 24 138 -
CMYK 0.59 0.83 0 0.46
HSL 257.37º 0.7% 0.32% -
HSV(B) 257.37º 0.83% 0.54% -
XYZ 6.6 3.36 24.35 -
YUV 46.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 57 24 138 0.59 0.83 0 0.46 257.37 0.7 0.32
Hex 39 18 8A 3B 53 0 2E 101 46 20
Octal 71 30 212 73 123 0 56 401 106 40
Binary 111001 11000 10001010 111011 1010011 0 101110 100000001 1000110 100000

Color Harmonies of #39188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39188A

Black with #39188A

Text Example


Text Example

White with #39188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,24,138); }

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

background-color css

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

 a { background-color: rgb(57,24,138); }

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

border-color css

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

 span { border-color: rgb(57,24,138); }

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