#382278

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

Shades of Persian Indigo #382278

Tints of Persian Indigo #382278

Color information

#382278 (or 0x382278) is unknown color: approx Persian Indigo. HEX triplet: 38, 22 and 78. RGB value is (56,34,120). Sum of RGB (Red+Green+Blue) = 56+34+120=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #382278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382278 is #C7DD87. Grayscale: #323232. Windows color (decimal): -13098376 or 7873080. OLE color: 7873080.

HSL color Cylindrical-coordinate representation of color #382278: hue angle of 255.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382278 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5634120-
CMYK0.530.7200.53
HSL255.35º55.84%30.2%-
HSV(B)255.35º71.67%47.06%-
XYZ5.593.3418.12-
YUV50.38167.29132.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=26.67%
G=16.19%
B=57.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56341200.530.7200.53255.3555.8430.2
Hex3822783548035ff381e
Octal7042170651100653777036
Binary1110001000101111000110101100100001101011111111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382278; }

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

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

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

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

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

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

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

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