#38098C

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

Shades of Persian Indigo #38098C

Tints of Persian Indigo #38098C

Color information

#38098C (or 0x38098C) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 8C. RGB value is (56,9,140). Sum of RGB (Red+Green+Blue) = 56+9+140=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #38098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38098C is #C7F673. Grayscale: #252525. Windows color (decimal): -13104756 or 9177400. OLE color: 9177400.

HSL color Cylindrical-coordinate representation of color #38098C: hue angle of 261.53º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38098C is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB569140-
CMYK0.60.9400.45
HSL261.53º87.92%29.22%-
HSV(B)261.53º93.57%54.9%-
XYZ6.462.9325.04-
YUV37.99185.57140.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 140 (55.08% from 255) = 68.29%
R=27.32%
G=4.39%
B=68.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5691400.60.9400.45261.5387.9229.22
Hex3898C3C5E02D106581d
Octal70112147413605540613035
Binary11100010011000110011110010111100101101100000110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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