Html Css Color HEX #381A91 Persian Indigo

📋 copy color: '#381A91'

red 56 ◦ green 26 ◦ blue 145

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

Shades of Persian Indigo #381A91

Tints of Persian Indigo #381A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 24.67%
G = 11.45%
B = 63.88%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#381A91 (or 0x381A91) is known color: Persian Indigo. HEX triplet: 38, 1A and 91. RGB value is (56,26,145). Sum of RGB (Red+Green+Blue) = 56+26+145=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #381A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A91 is #C7E56E. Grayscale: #303030. Windows color (decimal): -13100399 or 9509432. OLE color: 9509432.

HSL color Cylindrical-coordinate representation of color #381A91: hue angle of 255.13º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381A91 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 26 145 -
CMYK 0.61 0.82 0 0.43
HSL 255.13º 0.7% 0.34% -
HSV(B) 255.13º 0.82% 0.57% -
XYZ 7.11 3.62 27.11 -
YUV 48.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 56 26 145 0.61 0.82 0 0.43 255.13 0.7 0.34
Hex 38 1A 91 3D 52 0 2B FF 46 22
Octal 70 32 221 75 122 0 53 377 106 42
Binary 111000 11010 10010001 111101 1010010 0 101011 11111111 1000110 100010

Color Harmonies of #381A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A91

Black with #381A91

Text Example


Text Example

White with #381A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381A91; }

 p { color: rgb(56,26,145); }

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

background-color css

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

 a { background-color: rgb(56,26,145); }

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

border-color css

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

 span { border-color: rgb(56,26,145); }

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