#38036A

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

Shades of Persian Indigo #38036A

Tints of Persian Indigo #38036A

Color information

#38036A (or 0x38036A) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 6A. RGB value is (56,3,106). Sum of RGB (Red+Green+Blue) = 56+3+106=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #38036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38036A is #C7FC95. Grayscale: #1E1E1E. Windows color (decimal): -13106326 or 6947640. OLE color: 6947640.

HSL color Cylindrical-coordinate representation of color #38036A: hue angle of 270.87º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38036A is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB563106-
CMYK0.470.9700.58
HSL270.87º94.5%21.37%-
HSV(B)270.87º97.17%41.57%-
XYZ4.261.9513.79-
YUV30.59170.56146.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 106 (41.80% from 255) = 64.24%
R=33.94%
G=1.82%
B=64.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5631060.470.9700.58270.8794.521.37
Hex3836A2F6103A10f5e15
Octal7031525714107241713625
Binary11100011110101010111111000010111010100001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38036A; }

 p { color: rgb(56,3,106); }

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

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

 a { background-color: rgb(56,3,106); }

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

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

 span { border-color: rgb(56,3,106); }

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