#381698

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

Shades of Persian Indigo #381698

Tints of Persian Indigo #381698

Color information

#381698 (or 0x381698) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 98. RGB value is (56,22,152). Sum of RGB (Red+Green+Blue) = 56+22+152=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #381698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381698 is #C7E967. Grayscale: #2E2E2E. Windows color (decimal): -13101416 or 9967160. OLE color: 9967160.

HSL color Cylindrical-coordinate representation of color #381698: hue angle of 255.69º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381698 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5622152-
CMYK0.630.8600.40
HSL255.69º74.71%34.12%-
HSV(B)255.69º85.53%59.61%-
XYZ7.593.6830.02-
YUV46.99187.26134.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 152 (59.77% from 255) = 66.09%
R=24.35%
G=9.57%
B=66.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56221520.630.8600.40255.6974.7134.12
Hex3816983F560281004b22
Octal70262307712605040011342
Binary1110001011010011000111111101011001010001000000001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381698; }

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

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

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

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

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

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

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

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