#38208f

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

Shades of Persian Indigo #38208F

Tints of Persian Indigo #38208F

Color information

#38208F (or 0x38208F) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 8F. RGB value is (56,32,143). Sum of RGB (Red+Green+Blue) = 56+32+143=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #38208F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38208F is #C7DF70. Grayscale: #333333. Windows color (decimal): -13098865 or 9379896. OLE color: 9379896.

HSL color Cylindrical-coordinate representation of color #38208F: hue angle of 252.97º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38208F is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5632143-
CMYK0.610.7800.44
HSL252.97º63.43%34.31%-
HSV(B)252.97º77.62%56.08%-
XYZ7.113.8626.36-
YUV51.83179.45130.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 143 (56.25% from 255) = 61.90%
R=24.24%
G=13.85%
B=61.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56321430.610.7800.44252.9763.4334.31
Hex38208F3D4E02Cfd3f22
Octal7040217751160543757742
Binary111000100000100011111111011001110010110011111101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38208f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38208f; }

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

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

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

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

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

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

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

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