#380289

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

Shades of Persian Indigo #380289

Tints of Persian Indigo #380289

Color information

#380289 (or 0x380289) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 89. RGB value is (56,2,137). Sum of RGB (Red+Green+Blue) = 56+2+137=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #380289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380289 is #C7FD76. Grayscale: #212121. Windows color (decimal): -13106551 or 8979000. OLE color: 8979000.

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

Color convert

RGB562137-
CMYK0.590.9900.46
HSL264º97.12%27.25%-
HSV(B)264º98.54%53.73%-
XYZ6.172.6923.86-
YUV33.54186.39144.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 137 (53.91% from 255) = 70.26%
R=28.72%
G=1.03%
B=70.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5621370.590.9900.4626497.1227.25
Hex382893B6302E108611b
Octal7022117314305641014133
Binary111000101000100111101111000110101110100001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380289; }

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

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

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

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

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

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

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

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