Html Css Color HEX #381189 Persian Indigo

📋 copy color: '#381189'

red 56 ◦ green 17 ◦ blue 137

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

Shades of Persian Indigo #381189

Tints of Persian Indigo #381189

RGB

 RED value IS 56 (22.27% from 255) = 26.67%

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 26.67%
G = 8.1%
B = 65.24%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#381189 (or 0x381189) is known color: Persian Indigo. HEX triplet: 38, 11 and 89. RGB value is (56,17,137). Sum of RGB (Red+Green+Blue) = 56+17+137=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #381189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381189 is #C7EE76. Grayscale: #292929. Windows color (decimal): -13102711 or 8982840. OLE color: 8982840.

HSL color Cylindrical-coordinate representation of color #381189: hue angle of 259.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381189 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 17 137 -
CMYK 0.59 0.88 0 0.46
HSL 259.5º 0.78% 0.3% -
HSV(B) 259.5º 0.88% 0.54% -
XYZ 6.35 3.05 23.92 -
YUV 42.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 56 17 137 0.59 0.88 0 0.46 259.5 0.78 0.3
Hex 38 11 89 3B 58 0 2E 104 4E 1E
Octal 70 21 211 73 130 0 56 404 116 36
Binary 111000 10001 10001001 111011 1011000 0 101110 100000100 1001110 11110

Color Harmonies of #381189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381189

Black with #381189

Text Example


Text Example

White with #381189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381189; }

 p { color: rgb(56,17,137); }

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

background-color css

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

 a { background-color: rgb(56,17,137); }

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

border-color css

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

 span { border-color: rgb(56,17,137); }

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