#38036D

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

Shades of Persian Indigo #38036D

Tints of Persian Indigo #38036D

Color information

#38036D (or 0x38036D) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 6D. RGB value is (56,3,109). Sum of RGB (Red+Green+Blue) = 56+3+109=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #38036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38036D is #C7FC92. Grayscale: #1E1E1E. Windows color (decimal): -13106323 or 7144248. OLE color: 7144248.

HSL color Cylindrical-coordinate representation of color #38036D: hue angle of 270º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38036D is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB563109-
CMYK0.490.9700.57
HSL270º94.64%21.96%-
HSV(B)270º97.25%42.75%-
XYZ4.422.0114.62-
YUV30.93172.06145.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=33.33%
G=1.79%
B=64.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5631090.490.9700.5727094.6421.96
Hex3836D316103910e5f16
Octal7031556114107141613726
Binary11100011110110111000111000010111001100001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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