#381A98

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

Shades of Persian Indigo #381A98

Tints of Persian Indigo #381A98

Color information

#381A98 (or 0x381A98) is unknown color: approx Persian Indigo. HEX triplet: 38, 1A and 98. RGB value is (56,26,152). Sum of RGB (Red+Green+Blue) = 56+26+152=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #381A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A98 is #C7E567. Grayscale: #303030. Windows color (decimal): -13100392 or 9968184. OLE color: 9968184.

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

Color convert

RGB5626152-
CMYK0.630.8300.40
HSL254.29º70.79%34.9%-
HSV(B)254.29º82.89%59.61%-
XYZ7.673.8530.04-
YUV49.33185.94132.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 152 (59.77% from 255) = 64.96%
R=23.93%
G=11.11%
B=64.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56261520.630.8300.40254.2970.7934.9
Hex381A983F53028fe4723
Octal70322307712305037610743
Binary111000110101001100011111110100110101000111111101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A98; }

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

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

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

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

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

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

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

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