#380269

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

Shades of Persian Indigo #380269

Tints of Persian Indigo #380269

Color information

#380269 (or 0x380269) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 69. RGB value is (56,2,105). Sum of RGB (Red+Green+Blue) = 56+2+105=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #380269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380269 is #C7FD96. Grayscale: #1D1D1D. Windows color (decimal): -13106583 or 6881848. OLE color: 6881848.

HSL color Cylindrical-coordinate representation of color #380269: hue angle of 271.46º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380269 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB562105-
CMYK0.470.9800.59
HSL271.46º96.26%20.98%-
HSV(B)271.46º98.1%41.18%-
XYZ4.21.913.51-
YUV29.89170.39146.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 105 (41.41% from 255) = 64.42%
R=34.36%
G=1.23%
B=64.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5621050.470.9800.59271.4696.2620.98
Hex382692F6203B10f6015
Octal7021515714207341714025
Binary11100010110100110111111000100111011100001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380269; }

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

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

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

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

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

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

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

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