#380273

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

Shades of Persian Indigo #380273

Tints of Persian Indigo #380273

Color information

#380273 (or 0x380273) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 73. RGB value is (56,2,115). Sum of RGB (Red+Green+Blue) = 56+2+115=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #380273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380273 is #C7FD8C. Grayscale: #1E1E1E. Windows color (decimal): -13106573 or 7537208. OLE color: 7537208.

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

Color convert

RGB562115-
CMYK0.510.9800.55
HSL268.67º96.58%22.94%-
HSV(B)268.67º98.26%45.1%-
XYZ4.752.1216.38-
YUV31.03175.39145.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 115 (45.31% from 255) = 66.47%
R=32.37%
G=1.16%
B=66.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5621150.510.9800.55268.6796.5822.94
Hex38273336203710d6117
Octal7021636314206741514127
Binary11100010111001111001111000100110111100001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380273; }

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

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

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

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

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

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

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

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