#381895

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

Shades of Persian Indigo #381895

Tints of Persian Indigo #381895

Color information

#381895 (or 0x381895) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and 95. RGB value is (56,24,149). Sum of RGB (Red+Green+Blue) = 56+24+149=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #381895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381895 is #C7E76A. Grayscale: #2F2F2F. Windows color (decimal): -13100907 or 9771064. OLE color: 9771064.

HSL color Cylindrical-coordinate representation of color #381895: hue angle of 255.36º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381895 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5624149-
CMYK0.620.8400.42
HSL255.36º72.25%33.92%-
HSV(B)255.36º83.89%58.43%-
XYZ7.383.6628.75-
YUV47.82185.1133.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=24.45%
G=10.48%
B=65.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56241490.620.8400.42255.3672.2533.92
Hex3818953E5402Aff4822
Octal70302257612405237711042
Binary111000110001001010111111010101000101010111111111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381895; }

 p { color: rgb(56,24,149); }

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

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

 a { background-color: rgb(56,24,149); }

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

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

 span { border-color: rgb(56,24,149); }

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