#380278

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

Shades of Persian Indigo #380278

Tints of Persian Indigo #380278

Color information

#380278 (or 0x380278) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 78. RGB value is (56,2,120). Sum of RGB (Red+Green+Blue) = 56+2+120=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #380278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380278 is #C7FD87. Grayscale: #1F1F1F. Windows color (decimal): -13106568 or 7864888. OLE color: 7864888.

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

Color convert

RGB562120-
CMYK0.530.9800.53
HSL267.46º96.72%23.92%-
HSV(B)267.46º98.33%47.06%-
XYZ5.042.2417.94-
YUV31.6177.89145.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=31.46%
G=1.12%
B=67.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5621200.530.9800.53267.4696.7223.92
Hex38278356203510b6118
Octal7021706514206541314130
Binary11100010111100011010111000100110101100001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380278; }

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

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

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

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

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

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

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

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