#38098F

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

Shades of Persian Indigo #38098F

Tints of Persian Indigo #38098F

Color information

#38098F (or 0x38098F) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 8F. RGB value is (56,9,143). Sum of RGB (Red+Green+Blue) = 56+9+143=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #38098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38098F is #C7F670. Grayscale: #252525. Windows color (decimal): -13104753 or 9374008. OLE color: 9374008.

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

Color convert

RGB569143-
CMYK0.610.9400.44
HSL261.04º88.16%29.8%-
HSV(B)261.04º93.71%56.08%-
XYZ6.693.0226.22-
YUV38.33187.07140.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 143 (56.25% from 255) = 68.75%
R=26.92%
G=4.33%
B=68.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5691430.610.9400.44261.0488.1629.8
Hex3898F3D5E02C105581e
Octal70112177513605440513036
Binary11100010011000111111110110111100101100100000101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38098F; }

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

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

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

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

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

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

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

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