#38038F

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

Shades of Persian Indigo #38038F

Tints of Persian Indigo #38038F

Color information

#38038F (or 0x38038F) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 8F. RGB value is (56,3,143). Sum of RGB (Red+Green+Blue) = 56+3+143=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 143 (56.25% from 255 or 70.79% from 202); Max value from RGB is 143 - color contains mainly: blue. Hex color #38038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38038F is #C7FC70. Grayscale: #222222. Windows color (decimal): -13106289 or 9372472. OLE color: 9372472.

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

Color convert

RGB563143-
CMYK0.610.9800.44
HSL262.71º95.89%28.63%-
HSV(B)262.71º97.9%56.08%-
XYZ6.622.8926.2-
YUV34.81189.06143.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 143 (56.25% from 255) = 70.79%
R=27.72%
G=1.49%
B=70.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5631430.610.9800.44262.7195.8928.63
Hex3838F3D6202C107601d
Octal7032177514205440714035
Binary111000111000111111110111000100101100100000111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38038F; }

 p { color: rgb(56,3,143); }

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

<style>
 a { background-color: #38038F; }

 a { background-color: rgb(56,3,143); }

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

<style>
 span { border-color: #38038F; }

 span { border-color: rgb(56,3,143); }

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