#380498

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

Shades of Persian Indigo #380498

Tints of Persian Indigo #380498

Color information

#380498 (or 0x380498) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 98. RGB value is (56,4,152). Sum of RGB (Red+Green+Blue) = 56+4+152=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #380498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380498 is #C7FB67. Grayscale: #232323. Windows color (decimal): -13106024 or 9962552. OLE color: 9962552.

HSL color Cylindrical-coordinate representation of color #380498: hue angle of 261.08º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380498 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB564152-
CMYK0.630.9700.40
HSL261.08º94.87%30.59%-
HSV(B)261.08º97.37%59.61%-
XYZ7.343.1929.94-
YUV36.42193.23141.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 152 (59.77% from 255) = 71.70%
R=26.42%
G=1.89%
B=71.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5641520.630.9700.40261.0894.8730.59
Hex384983F610281055f1f
Octal7042307714105040513737
Binary1110001001001100011111111000010101000100000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380498; }

 p { color: rgb(56,4,152); }

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

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

 a { background-color: rgb(56,4,152); }

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

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

 span { border-color: rgb(56,4,152); }

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