#380B96

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

Shades of Persian Indigo #380B96

Tints of Persian Indigo #380B96

Color information

#380B96 (or 0x380B96) is unknown color: approx Persian Indigo. HEX triplet: 38, 0B and 96. RGB value is (56,11,150). Sum of RGB (Red+Green+Blue) = 56+11+150=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #380B96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380B96 is #C7F469. Grayscale: #272727. Windows color (decimal): -13104234 or 9833272. OLE color: 9833272.

HSL color Cylindrical-coordinate representation of color #380B96: hue angle of 259.42º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380B96 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5611150-
CMYK0.630.9300.41
HSL259.42º86.34%31.57%-
HSV(B)259.42º92.67%58.82%-
XYZ7.263.2829.11-
YUV40.3189.91139.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=25.81%
G=5.07%
B=69.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56111500.630.9300.41259.4286.3431.57
Hex38B963F5D0291035620
Octal70132267713505140312640
Binary111000101110010110111111101110101010011000000111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380B96; }

 p { color: rgb(56,11,150); }

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

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

 a { background-color: rgb(56,11,150); }

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

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

 span { border-color: rgb(56,11,150); }

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