Html Css Color HEX #381691 Persian Indigo

📋 copy color: '#381691'

red 56 ◦ green 22 ◦ blue 145

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

Shades of Persian Indigo #381691

Tints of Persian Indigo #381691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 25.11%
G = 9.87%
B = 65.02%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#381691 (or 0x381691) is known color: Persian Indigo. HEX triplet: 38, 16 and 91. RGB value is (56,22,145). Sum of RGB (Red+Green+Blue) = 56+22+145=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #381691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381691 is #C7E96E. Grayscale: #2D2D2D. Windows color (decimal): -13101423 or 9508408. OLE color: 9508408.

HSL color Cylindrical-coordinate representation of color #381691: hue angle of 256.59º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381691 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 22 145 -
CMYK 0.61 0.85 0 0.43
HSL 256.59º 0.74% 0.33% -
HSV(B) 256.59º 0.85% 0.57% -
XYZ 7.03 3.46 27.09 -
YUV 46.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 56 22 145 0.61 0.85 0 0.43 256.59 0.74 0.33
Hex 38 16 91 3D 55 0 2B 101 4A 21
Octal 70 26 221 75 125 0 53 401 112 41
Binary 111000 10110 10010001 111101 1010101 0 101011 100000001 1001010 100001

Color Harmonies of #381691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381691

Black with #381691

Text Example


Text Example

White with #381691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381691; }

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

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

background-color css

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

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

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

border-color css

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

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

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