#380BAC

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

Shades of Persian Indigo #380BAC

Tints of Persian Indigo #380BAC

Color information

#380BAC (or 0x380BAC) is unknown color: approx Persian Indigo. HEX triplet: 38, 0B and AC. RGB value is (56,11,172). Sum of RGB (Red+Green+Blue) = 56+11+172=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #380BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380BAC is #C7F453. Grayscale: #2A2A2A. Windows color (decimal): -13104212 or 11275064. OLE color: 11275064.

HSL color Cylindrical-coordinate representation of color #380BAC: hue angle of 256.77º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BAC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5611172-
CMYK0.670.9400.33
HSL256.77º87.98%35.88%-
HSV(B)256.77º93.6%67.45%-
XYZ9.24.0639.33-
YUV42.81200.91137.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 172 (67.58% from 255) = 71.97%
R=23.43%
G=4.60%
B=71.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56111720.670.9400.33256.7787.9835.88
Hex38BAC435E0211015824
Octal701325410313604140113044
Binary1110001011101011001000011101111001000011000000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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