Html Css Color HEX #382091 Persian Indigo

📋 copy color: '#382091'

red 56 ◦ green 32 ◦ blue 145

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

Shades of Persian Indigo #382091

Tints of Persian Indigo #382091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

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

R = 24.03%
G = 13.73%
B = 62.23%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#382091 (or 0x382091) is known color: Persian Indigo. HEX triplet: 38, 20 and 91. RGB value is (56,32,145). Sum of RGB (Red+Green+Blue) = 56+32+145=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #382091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382091 is #C7DF6E. Grayscale: #333333. Windows color (decimal): -13098863 or 9510968. OLE color: 9510968.

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

Color convert

RGB 56 32 145 -
CMYK 0.61 0.78 0 0.43
HSL 252.74º 0.64% 0.35% -
HSV(B) 252.74º 0.78% 0.57% -
XYZ 7.26 3.92 27.16 -
YUV 52.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 56 32 145 0.61 0.78 0 0.43 252.74 0.64 0.35
Hex 38 20 91 3D 4E 0 2B FD 40 23
Octal 70 40 221 75 116 0 53 375 100 43
Binary 111000 100000 10010001 111101 1001110 0 101011 11111101 1000000 100011

Color Harmonies of #382091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382091

Black with #382091

Text Example


Text Example

White with #382091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382091; }

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

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

background-color css

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

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

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

border-color css

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

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

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