#380293

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

Shades of Persian Indigo #380293

Tints of Persian Indigo #380293

Color information

#380293 (or 0x380293) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 93. RGB value is (56,2,147). Sum of RGB (Red+Green+Blue) = 56+2+147=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #380293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380293 is #C7FD6C. Grayscale: #222222. Windows color (decimal): -13106541 or 9634360. OLE color: 9634360.

HSL color Cylindrical-coordinate representation of color #380293: hue angle of 262.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380293 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB562147-
CMYK0.620.9900.42
HSL262.34º97.32%29.22%-
HSV(B)262.34º98.64%57.65%-
XYZ6.922.9927.82-
YUV34.68191.39143.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 147 (57.81% from 255) = 71.71%
R=27.32%
G=0.98%
B=71.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5621470.620.9900.42262.3497.3229.22
Hex382933E6302A106611d
Octal7022237614305240614135
Binary111000101001001111111011000110101010100000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380293; }

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

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

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

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

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

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

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

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