#381F98

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

Shades of Persian Indigo #381F98

Tints of Persian Indigo #381F98

Color information

#381F98 (or 0x381F98) is unknown color: approx Persian Indigo. HEX triplet: 38, 1F and 98. RGB value is (56,31,152). Sum of RGB (Red+Green+Blue) = 56+31+152=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #381F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381F98 is #C7E067. Grayscale: #333333. Windows color (decimal): -13099112 or 9969464. OLE color: 9969464.

HSL color Cylindrical-coordinate representation of color #381F98: hue angle of 252.4º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381F98 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5631152-
CMYK0.630.8000.40
HSL252.4º66.12%35.88%-
HSV(B)252.4º79.61%59.61%-
XYZ7.794.0930.08-
YUV52.27184.28130.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=23.43%
G=12.97%
B=63.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56311520.630.8000.40252.466.1235.88
Hex381F983F50028fc4224
Octal70372307712005037410244
Binary111000111111001100011111110100000101000111111001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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