#301fad

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

Shades of Persian Blue #301FAD

Tints of Persian Blue #301FAD

Color information

#301FAD (or 0x301FAD) is unknown color: approx Persian Blue. HEX triplet: 30, 1F and AD. RGB value is (48,31,173). Sum of RGB (Red+Green+Blue) = 48+31+173=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #301FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301FAD is #CFE052. Grayscale: #333333. Windows color (decimal): -13623379 or 11345712. OLE color: 11345712.

HSL color Cylindrical-coordinate representation of color #301FAD: hue angle of 247.18º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301FAD is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4831173-
CMYK0.720.8200.32
HSL247.18º69.61%40%-
HSV(B)247.18º82.08%67.84%-
XYZ9.254.6339.94-
YUV52.27196.13124.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=19.05%
G=12.30%
B=68.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48311730.720.8200.32247.1869.6140
Hex301FAD4852020f74628
Octal603725511012204036710650
Binary1100001111110101101100100010100100100000111101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301fad; }

 p { color: rgb(48,31,173); }

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

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

 a { background-color: rgb(48,31,173); }

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

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

 span { border-color: rgb(48,31,173); }

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