Html Css Color HEX #381791 Persian Indigo

📋 copy color: '#381791'

red 56 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #381791

Tints of Persian Indigo #381791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 25%
G = 10.27%
B = 64.73%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#381791 (or 0x381791) is known color: Persian Indigo. HEX triplet: 38, 17 and 91. RGB value is (56,23,145). Sum of RGB (Red+Green+Blue) = 56+23+145=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #381791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381791 is #C7E86E. Grayscale: #2E2E2E. Windows color (decimal): -13101167 or 9508664. OLE color: 9508664.

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

Color convert

RGB 56 23 145 -
CMYK 0.61 0.84 0 0.43
HSL 256.23º 0.73% 0.33% -
HSV(B) 256.23º 0.84% 0.57% -
XYZ 7.05 3.5 27.09 -
YUV 46.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 56 23 145 0.61 0.84 0 0.43 256.23 0.73 0.33
Hex 38 17 91 3D 54 0 2B 100 49 21
Octal 70 27 221 75 124 0 53 400 111 41
Binary 111000 10111 10010001 111101 1010100 0 101011 100000000 1001001 100001

Color Harmonies of #381791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381791

Black with #381791

Text Example


Text Example

White with #381791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381791; }

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

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

background-color css

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

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

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

border-color css

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

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

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