Html Css Color HEX #382192 Persian Indigo

📋 copy color: '#382192'

red 56 ◦ green 33 ◦ blue 146

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

Shades of Persian Indigo #382192

Tints of Persian Indigo #382192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 146 (57.42% from 255) = 62.13%

R = 23.83%
G = 14.04%
B = 62.13%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#382192 (or 0x382192) is known color: Persian Indigo. HEX triplet: 38, 21 and 92. RGB value is (56,33,146). Sum of RGB (Red+Green+Blue) = 56+33+146=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #382192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382192 is #C7DE6D. Grayscale: #343434. Windows color (decimal): -13098606 or 9576760. OLE color: 9576760.

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

Color convert

RGB 56 33 146 -
CMYK 0.62 0.77 0 0.43
HSL 252.21º 0.63% 0.35% -
HSV(B) 252.21º 0.77% 0.57% -
XYZ 7.36 4 27.58 -
YUV 52.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 56 33 146 0.62 0.77 0 0.43 252.21 0.63 0.35
Hex 38 21 92 3E 4D 0 2B FC 3F 23
Octal 70 41 222 76 115 0 53 374 77 43
Binary 111000 100001 10010010 111110 1001101 0 101011 11111100 111111 100011

Color Harmonies of #382192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382192

Black with #382192

Text Example


Text Example

White with #382192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382192; }

 p { color: rgb(56,33,146); }

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

background-color css

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

 a { background-color: rgb(56,33,146); }

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

border-color css

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

 span { border-color: rgb(56,33,146); }

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