Html Css Color HEX #382086 Persian Indigo

📋 copy color: '#382086'

red 56 ◦ green 32 ◦ blue 134

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

Shades of Persian Indigo #382086

Tints of Persian Indigo #382086

RGB

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

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

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

R = 25.23%
G = 14.41%
B = 60.36%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#382086 (or 0x382086) is known color: Persian Indigo. HEX triplet: 38, 20 and 86. RGB value is (56,32,134). Sum of RGB (Red+Green+Blue) = 56+32+134=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #382086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382086 is #C7DF79. Grayscale: #323232. Windows color (decimal): -13098874 or 8790072. OLE color: 8790072.

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

Color convert

RGB 56 32 134 -
CMYK 0.58 0.76 0 0.47
HSL 254.12º 0.61% 0.33% -
HSV(B) 254.12º 0.76% 0.53% -
XYZ 6.45 3.6 22.91 -
YUV 50.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 56 32 134 0.58 0.76 0 0.47 254.12 0.61 0.33
Hex 38 20 86 3A 4C 0 2F FE 3D 21
Octal 70 40 206 72 114 0 57 376 75 41
Binary 111000 100000 10000110 111010 1001100 0 101111 11111110 111101 100001

Color Harmonies of #382086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382086

Black with #382086

Text Example


Text Example

White with #382086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382086; }

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

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

background-color css

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

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

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

border-color css

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

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

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