#38168E

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

Shades of Persian Indigo #38168E

Tints of Persian Indigo #38168E

Color information

#38168E (or 0x38168E) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 8E. RGB value is (56,22,142). Sum of RGB (Red+Green+Blue) = 56+22+142=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #38168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38168E is #C7E971. Grayscale: #2D2D2D. Windows color (decimal): -13101426 or 9311800. OLE color: 9311800.

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

Color convert

RGB5622142-
CMYK0.610.8500.44
HSL257º73.17%32.16%-
HSV(B)257º84.51%55.69%-
XYZ6.83.3725.88-
YUV45.85182.26135.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=25.45%
G=10%
B=64.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56221420.610.8500.4425773.1732.16
Hex38168E3D5502C1014920
Octal70262167512505440111140
Binary1110001011010001110111101101010101011001000000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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