Html Css Color HEX #382287 Persian Indigo

📋 copy color: '#382287'

red 56 ◦ green 34 ◦ blue 135

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

Shades of Persian Indigo #382287

Tints of Persian Indigo #382287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60%

R = 24.89%
G = 15.11%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#382287 (or 0x382287) is known color: Persian Indigo. HEX triplet: 38, 22 and 87. RGB value is (56,34,135). Sum of RGB (Red+Green+Blue) = 56+34+135=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #382287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382287 is #C7DD78. Grayscale: #333333. Windows color (decimal): -13098361 or 8856120. OLE color: 8856120.

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

Color convert

RGB 56 34 135 -
CMYK 0.59 0.75 0 0.47
HSL 253.07º 0.6% 0.33% -
HSV(B) 253.07º 0.75% 0.53% -
XYZ 6.58 3.73 23.3 -
YUV 52.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 56 34 135 0.59 0.75 0 0.47 253.07 0.6 0.33
Hex 38 22 87 3B 4B 0 2F FD 3C 21
Octal 70 42 207 73 113 0 57 375 74 41
Binary 111000 100010 10000111 111011 1001011 0 101111 11111101 111100 100001

Color Harmonies of #382287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382287

Black with #382287

Text Example


Text Example

White with #382287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382287; }

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

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

background-color css

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

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

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

border-color css

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

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

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