Html Css Color HEX #382286 Persian Indigo

📋 copy color: '#382286'

red 56 ◦ green 34 ◦ blue 134

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

Shades of Persian Indigo #382286

Tints of Persian Indigo #382286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 25%
G = 15.18%
B = 59.82%

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

#382286 (or 0x382286) is known color: Persian Indigo. HEX triplet: 38, 22 and 86. RGB value is (56,34,134). Sum of RGB (Red+Green+Blue) = 56+34+134=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #382286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382286 is #C7DD79. Grayscale: #333333. Windows color (decimal): -13098362 or 8790584. OLE color: 8790584.

HSL color Cylindrical-coordinate representation of color #382286: hue angle of 253.2º 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 #382286 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 34 134 -
CMYK 0.58 0.75 0 0.47
HSL 253.2º 0.6% 0.33% -
HSV(B) 253.2º 0.75% 0.53% -
XYZ 6.51 3.71 22.93 -
YUV 51.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 56 34 134 0.58 0.75 0 0.47 253.2 0.6 0.33
Hex 38 22 86 3A 4B 0 2F FD 3C 21
Octal 70 42 206 72 113 0 57 375 74 41
Binary 111000 100010 10000110 111010 1001011 0 101111 11111101 111100 100001

Color Harmonies of #382286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382286

Black with #382286

Text Example


Text Example

White with #382286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382286; }

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

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

background-color css

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

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

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

border-color css

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

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

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