#38056D

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

Shades of Persian Indigo #38056D

Tints of Persian Indigo #38056D

Color information

#38056D (or 0x38056D) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 6D. RGB value is (56,5,109). Sum of RGB (Red+Green+Blue) = 56+5+109=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #38056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38056D is #C7FA92. Grayscale: #1F1F1F. Windows color (decimal): -13105811 or 7144760. OLE color: 7144760.

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

Color convert

RGB565109-
CMYK0.490.9500.57
HSL269.42º91.23%22.35%-
HSV(B)269.42º95.41%42.75%-
XYZ4.452.0514.63-
YUV32.1171.4145.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 109 (42.97% from 255) = 64.12%
R=32.94%
G=2.94%
B=64.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5651090.490.9500.57269.4291.2322.35
Hex3856D315F03910d5b16
Octal7051556113707141513326
Binary111000101110110111000110111110111001100001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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