#380895

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

Shades of Persian Indigo #380895

Tints of Persian Indigo #380895

Color information

#380895 (or 0x380895) is unknown color: approx Persian Indigo. HEX triplet: 38, 08 and 95. RGB value is (56,8,149). Sum of RGB (Red+Green+Blue) = 56+8+149=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #380895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380895 is #C7F76A. Grayscale: #252525. Windows color (decimal): -13105003 or 9766968. OLE color: 9766968.

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

Color convert

RGB568149-
CMYK0.620.9500.42
HSL260.43º89.81%30.78%-
HSV(B)260.43º94.63%58.43%-
XYZ7.143.1828.67-
YUV38.43190.4140.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=26.29%
G=3.76%
B=69.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5681490.620.9500.42260.4389.8130.78
Hex388953E5F02A1045a1f
Octal70102257613705240413237
Binary11100010001001010111111010111110101010100000100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380895; }

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

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

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

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

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

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

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

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