#38109E

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

Shades of Persian Indigo #38109E

Tints of Persian Indigo #38109E

Color information

#38109E (or 0x38109E) is unknown color: approx Persian Indigo. HEX triplet: 38, 10 and 9E. RGB value is (56,16,158). Sum of RGB (Red+Green+Blue) = 56+16+158=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #38109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38109E is #C7EF61. Grayscale: #2B2B2B. Windows color (decimal): -13102946 or 10358840. OLE color: 10358840.

HSL color Cylindrical-coordinate representation of color #38109E: hue angle of 256.9º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38109E is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5616158-
CMYK0.650.9000.38
HSL256.9º81.61%34.12%-
HSV(B)256.9º89.87%61.96%-
XYZ7.993.6832.64-
YUV44.15192.25136.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 158 (62.11% from 255) = 68.70%
R=24.35%
G=6.96%
B=68.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56161580.650.9000.38256.981.6134.12
Hex38109E415A0261015222
Octal702023610113204640112242
Binary11100010000100111101000001101101001001101000000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38109E; }

 p { color: rgb(56,16,158); }

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

<style>
 a { background-color: #38109E; }

 a { background-color: rgb(56,16,158); }

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

<style>
 span { border-color: #38109E; }

 span { border-color: rgb(56,16,158); }

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