#38058E

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

Shades of Persian Indigo #38058E

Tints of Persian Indigo #38058E

Color information

#38058E (or 0x38058E) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 8E. RGB value is (56,5,142). Sum of RGB (Red+Green+Blue) = 56+5+142=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #38058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38058E is #C7FA71. Grayscale: #232323. Windows color (decimal): -13105778 or 9307448. OLE color: 9307448.

HSL color Cylindrical-coordinate representation of color #38058E: hue angle of 262.34º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38058E is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB565142-
CMYK0.610.9600.44
HSL262.34º93.2%28.82%-
HSV(B)262.34º96.48%55.69%-
XYZ6.572.925.81-
YUV35.87187.9142.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=27.59%
G=2.46%
B=69.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5651420.610.9600.44262.3493.228.82
Hex3858E3D6002C1065d1d
Octal7052167514005440613535
Binary1110001011000111011110111000000101100100000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,5,142); }

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

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

 a { background-color: rgb(56,5,142); }

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

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

 span { border-color: rgb(56,5,142); }

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