#380288

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

Shades of Persian Indigo #380288

Tints of Persian Indigo #380288

Color information

#380288 (or 0x380288) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 88. RGB value is (56,2,136). Sum of RGB (Red+Green+Blue) = 56+2+136=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #380288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380288 is #C7FD77. Grayscale: #202020. Windows color (decimal): -13106552 or 8913464. OLE color: 8913464.

HSL color Cylindrical-coordinate representation of color #380288: hue angle of 264.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380288 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB562136-
CMYK0.590.9900.47
HSL264.18º97.1%27.06%-
HSV(B)264.18º98.53%53.33%-
XYZ6.12.6623.48-
YUV33.42185.89144.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 136 (53.52% from 255) = 70.10%
R=28.87%
G=1.03%
B=70.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5621360.590.9900.47264.1897.127.06
Hex382883B6302F108611b
Octal7022107314305741014133
Binary111000101000100011101111000110101111100001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380288; }

 p { color: rgb(56,2,136); }

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

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

 a { background-color: rgb(56,2,136); }

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

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

 span { border-color: rgb(56,2,136); }

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