#38189E

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

Shades of Persian Indigo #38189E

Tints of Persian Indigo #38189E

Color information

#38189E (or 0x38189E) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and 9E. RGB value is (56,24,158). Sum of RGB (Red+Green+Blue) = 56+24+158=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #38189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38189E is #C7E761. Grayscale: #303030. Windows color (decimal): -13100898 or 10360888. OLE color: 10360888.

HSL color Cylindrical-coordinate representation of color #38189E: hue angle of 254.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38189E is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5624158-
CMYK0.650.8500.38
HSL254.33º73.63%35.69%-
HSV(B)254.33º84.81%61.96%-
XYZ8.133.9632.68-
YUV48.84189.6133.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=23.53%
G=10.08%
B=66.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56241580.650.8500.38254.3373.6335.69
Hex38189E4155026fe4a24
Octal703023610112504637611244
Binary1110001100010011110100000110101010100110111111101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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