#382073

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

Shades of Persian Indigo #382073

Tints of Persian Indigo #382073

Color information

#382073 (or 0x382073) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 73. RGB value is (56,32,115). Sum of RGB (Red+Green+Blue) = 56+32+115=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #382073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382073 is #C7DF8C. Grayscale: #303030. Windows color (decimal): -13098893 or 7544888. OLE color: 7544888.

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

Color convert

RGB5632115-
CMYK0.510.7200.55
HSL257.35º56.46%28.82%-
HSV(B)257.35º72.17%45.1%-
XYZ5.243.1116.54-
YUV48.64165.45133.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=27.59%
G=15.76%
B=56.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56321150.510.7200.55257.3556.4628.82
Hex3820733348037101381d
Octal7040163631100674017035
Binary11100010000011100111100111001000011011110000000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382073; }

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

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

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

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

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

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

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

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