#38096E

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

Shades of Persian Indigo #38096E

Tints of Persian Indigo #38096E

Color information

#38096E (or 0x38096E) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 6E. RGB value is (56,9,110). Sum of RGB (Red+Green+Blue) = 56+9+110=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #38096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38096E is #C7F691. Grayscale: #222222. Windows color (decimal): -13104786 or 7211320. OLE color: 7211320.

HSL color Cylindrical-coordinate representation of color #38096E: hue angle of 267.92º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38096E is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB569110-
CMYK0.490.9200.57
HSL267.92º84.87%23.33%-
HSV(B)267.92º91.82%43.14%-
XYZ4.542.1614.93-
YUV34.57170.57143.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 110 (43.36% from 255) = 62.86%
R=32%
G=5.14%
B=62.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5691100.490.9200.57267.9284.8723.33
Hex3896E315C03910c5517
Octal70111566113407141412527
Binary1110001001110111011000110111000111001100001100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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