#38168C

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

Shades of Persian Indigo #38168C

Tints of Persian Indigo #38168C

Color information

#38168C (or 0x38168C) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 8C. RGB value is (56,22,140). Sum of RGB (Red+Green+Blue) = 56+22+140=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #38168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38168C is #C7E973. Grayscale: #2D2D2D. Windows color (decimal): -13101428 or 9180728. OLE color: 9180728.

HSL color Cylindrical-coordinate representation of color #38168C: hue angle of 257.29º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38168C is Cyan = 0.6, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5622140-
CMYK0.60.8400.45
HSL257.29º72.84%31.76%-
HSV(B)257.29º84.29%54.9%-
XYZ6.653.3125.1-
YUV45.62181.26135.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 140 (55.08% from 255) = 64.22%
R=25.69%
G=10.09%
B=64.22%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56221400.60.8400.45257.2972.8431.76
Hex38168C3C5402D1014920
Octal70262147412405540111140
Binary1110001011010001100111100101010001011011000000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38168C; }

 p { color: rgb(56,22,140); }

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

<style>
 a { background-color: #38168C; }

 a { background-color: rgb(56,22,140); }

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

<style>
 span { border-color: #38168C; }

 span { border-color: rgb(56,22,140); }

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