Html Css Color HEX #382184 Persian Indigo

📋 copy color: '#382184'

red 56 ◦ green 33 ◦ blue 132

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

Shades of Persian Indigo #382184

Tints of Persian Indigo #382184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.73%

R = 25.34%
G = 14.93%
B = 59.73%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#382184 (or 0x382184) is known color: Persian Indigo. HEX triplet: 38, 21 and 84. RGB value is (56,33,132). Sum of RGB (Red+Green+Blue) = 56+33+132=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #382184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382184 is #C7DE7B. Grayscale: #323232. Windows color (decimal): -13098620 or 8659256. OLE color: 8659256.

HSL color Cylindrical-coordinate representation of color #382184: hue angle of 253.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382184 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 33 132 -
CMYK 0.58 0.75 0 0.48
HSL 253.94º 0.6% 0.32% -
HSV(B) 253.94º 0.75% 0.52% -
XYZ 6.34 3.59 22.19 -
YUV 51.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 56 33 132 0.58 0.75 0 0.48 253.94 0.6 0.32
Hex 38 21 84 3A 4B 0 30 FE 3C 20
Octal 70 41 204 72 113 0 60 376 74 40
Binary 111000 100001 10000100 111010 1001011 0 110000 11111110 111100 100000

Color Harmonies of #382184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382184

Black with #382184

Text Example


Text Example

White with #382184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382184; }

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

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

background-color css

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

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

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

border-color css

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

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

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