#380C8E

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

Shades of Persian Indigo #380C8E

Tints of Persian Indigo #380C8E

Color information

#380C8E (or 0x380C8E) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and 8E. RGB value is (56,12,142). Sum of RGB (Red+Green+Blue) = 56+12+142=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #380C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C8E is #C7F371. Grayscale: #272727. Windows color (decimal): -13103986 or 9309240. OLE color: 9309240.

HSL color Cylindrical-coordinate representation of color #380C8E: hue angle of 260.31º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380C8E is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5612142-
CMYK0.610.9200.44
HSL260.31º84.42%30.2%-
HSV(B)260.31º91.55%55.69%-
XYZ6.643.0625.83-
YUV39.98185.58139.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 12 (5.08% from 255) = 5.71%
BLUE value IS 142 (55.86% from 255) = 67.62%
R=26.67%
G=5.71%
B=67.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56121420.610.9200.44260.3184.4230.2
Hex38C8E3D5C02C104541e
Octal70142167513405440412436
Binary11100011001000111011110110111000101100100000100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,12,142); }

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

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

 a { background-color: rgb(56,12,142); }

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

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

 span { border-color: rgb(56,12,142); }

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