#380673

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

Shades of Persian Indigo #380673

Tints of Persian Indigo #380673

Color information

#380673 (or 0x380673) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and 73. RGB value is (56,6,115). Sum of RGB (Red+Green+Blue) = 56+6+115=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #380673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380673 is #C7F98C. Grayscale: #202020. Windows color (decimal): -13105549 or 7538232. OLE color: 7538232.

HSL color Cylindrical-coordinate representation of color #380673: hue angle of 267.52º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380673 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB566115-
CMYK0.510.9500.55
HSL267.52º90.08%23.73%-
HSV(B)267.52º94.78%45.1%-
XYZ4.792.2116.39-
YUV33.38174.06144.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 115 (45.31% from 255) = 64.97%
R=31.64%
G=3.39%
B=64.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5661150.510.9500.55267.5290.0823.73
Hex38673335F03710c5a18
Octal7061636313706741413230
Binary111000110111001111001110111110110111100001100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380673; }

 p { color: rgb(56,6,115); }

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

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

 a { background-color: rgb(56,6,115); }

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

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

 span { border-color: rgb(56,6,115); }

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