#381898

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

Shades of Persian Indigo #381898

Tints of Persian Indigo #381898

Color information

#381898 (or 0x381898) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and 98. RGB value is (56,24,152). Sum of RGB (Red+Green+Blue) = 56+24+152=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #381898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381898 is #C7E767. Grayscale: #2F2F2F. Windows color (decimal): -13100904 or 9967672. OLE color: 9967672.

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

Color convert

RGB5624152-
CMYK0.630.8400.40
HSL255º72.73%34.51%-
HSV(B)255º84.21%59.61%-
XYZ7.633.7630.03-
YUV48.16186.6133.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=24.14%
G=10.34%
B=65.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56241520.630.8400.4025572.7334.51
Hex3818983F54028ff4923
Octal70302307712405037711143
Binary111000110001001100011111110101000101000111111111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381898; }

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

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

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

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

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

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

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

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