#380899

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

Shades of Persian Indigo #380899

Tints of Persian Indigo #380899

Color information

#380899 (or 0x380899) is unknown color: approx Persian Indigo. HEX triplet: 38, 08 and 99. RGB value is (56,8,153). Sum of RGB (Red+Green+Blue) = 56+8+153=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #380899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380899 is #C7F766. Grayscale: #262626. Windows color (decimal): -13104999 or 10029112. OLE color: 10029112.

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

Color convert

RGB568153-
CMYK0.630.9500.4
HSL259.86º90.06%31.57%-
HSV(B)259.86º94.77%60%-
XYZ7.473.3130.38-
YUV38.88192.4140.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=25.81%
G=3.69%
B=70.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5681530.630.9500.4259.8690.0631.57
Hex388993F5F0281045a20
Octal70102317713705040413240
Binary111000100010011001111111101111101010001000001001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380899; }

 p { color: rgb(56,8,153); }

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

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

 a { background-color: rgb(56,8,153); }

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

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

 span { border-color: rgb(56,8,153); }

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