#380276

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

Shades of Persian Indigo #380276

Tints of Persian Indigo #380276

Color information

#380276 (or 0x380276) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 76. RGB value is (56,2,118). Sum of RGB (Red+Green+Blue) = 56+2+118=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #380276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380276 is #C7FD89. Grayscale: #1E1E1E. Windows color (decimal): -13106570 or 7733816. OLE color: 7733816.

HSL color Cylindrical-coordinate representation of color #380276: hue angle of 267.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380276 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB562118-
CMYK0.530.9800.54
HSL267.93º96.67%23.53%-
HSV(B)267.93º98.31%46.27%-
XYZ4.922.1917.3-
YUV31.37176.89145.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 118 (46.48% from 255) = 67.05%
R=31.82%
G=1.14%
B=67.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5621180.530.9800.54267.9396.6723.53
Hex38276356203610c6118
Octal7021666514206641414130
Binary11100010111011011010111000100110110100001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380276; }

 p { color: rgb(56,2,118); }

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

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

 a { background-color: rgb(56,2,118); }

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

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

 span { border-color: rgb(56,2,118); }

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