#382285

Color #382285 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #382285

Tints of Persian Indigo #382285

Color information

#382285 (or 0x382285) is unknown color: approx Persian Indigo. HEX triplet: 38, 22 and 85. RGB value is (56,34,133). Sum of RGB (Red+Green+Blue) = 56+34+133=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #382285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382285 is #C7DD7A. Grayscale: #333333. Windows color (decimal): -13098363 or 8725048. OLE color: 8725048.

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

Color convert

RGB5634133-
CMYK0.580.7400.48
HSL253.33º59.28%32.75%-
HSV(B)253.33º74.44%52.16%-
XYZ6.443.6822.56-
YUV51.86173.79130.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 133 (52.34% from 255) = 59.64%
R=25.11%
G=15.25%
B=59.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56341330.580.7400.48253.3359.2832.75
Hex3822853A4A030fd3b21
Octal7042205721120603757341
Binary111000100010100001011110101001010011000011111101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382285; }

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

 H1.HeaderClassName
 {
   color: #382285;
 }
 .AnyTagClassName
 {
   color: #382285;
 }
</style>
background-color css

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

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

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

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

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

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