Html Css Color HEX #382186 Persian Indigo

📋 copy color: '#382186'

red 56 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #382186

Tints of Persian Indigo #382186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 25.11%
G = 14.8%
B = 60.09%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#382186 (or 0x382186) is known color: Persian Indigo. HEX triplet: 38, 21 and 86. RGB value is (56,33,134). Sum of RGB (Red+Green+Blue) = 56+33+134=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #382186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382186 is #C7DE79. Grayscale: #333333. Windows color (decimal): -13098618 or 8790328. OLE color: 8790328.

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

Color convert

RGB 56 33 134 -
CMYK 0.58 0.75 0 0.47
HSL 253.66º 0.6% 0.33% -
HSV(B) 253.66º 0.75% 0.53% -
XYZ 6.48 3.65 22.92 -
YUV 51.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 56 33 134 0.58 0.75 0 0.47 253.66 0.6 0.33
Hex 38 21 86 3A 4B 0 2F FE 3C 21
Octal 70 41 206 72 113 0 57 376 74 41
Binary 111000 100001 10000110 111010 1001011 0 101111 11111110 111100 100001

Color Harmonies of #382186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382186

Black with #382186

Text Example


Text Example

White with #382186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382186; }

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

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

background-color css

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

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

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

border-color css

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

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

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