#381892

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

Shades of Persian Indigo #381892

Tints of Persian Indigo #381892

Color information

#381892 (or 0x381892) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and 92. RGB value is (56,24,146). Sum of RGB (Red+Green+Blue) = 56+24+146=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #381892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381892 is #C7E76D. Grayscale: #2F2F2F. Windows color (decimal): -13100910 or 9574456. OLE color: 9574456.

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

Color convert

RGB5624146-
CMYK0.620.8400.43
HSL255.74º71.76%33.33%-
HSV(B)255.74º83.56%57.25%-
XYZ7.153.5727.51-
YUV47.48183.6134.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=24.78%
G=10.62%
B=64.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56241460.620.8400.43255.7471.7633.33
Hex3818923E5402B1004821
Octal70302227612405340011041
Binary1110001100010010010111110101010001010111000000001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381892; }

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

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

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

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

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

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

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

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