#301FC5

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

Shades of Persian Blue #301FC5

Tints of Persian Blue #301FC5

Color information

#301FC5 (or 0x301FC5) is unknown color: approx Persian Blue. HEX triplet: 30, 1F and C5. RGB value is (48,31,197). Sum of RGB (Red+Green+Blue) = 48+31+197=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 197 (77.34% from 255 or 71.38% from 276); Max value from RGB is 197 - color contains mainly: blue. Hex color #301FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FC5 is #CFE03A. Grayscale: #363636. Windows color (decimal): -13623355 or 12918576. OLE color: 12918576.

HSL color Cylindrical-coordinate representation of color #301FC5: hue angle of 246.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301FC5 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4831197-
CMYK0.760.8400.23
HSL246.14º72.81%44.71%-
HSV(B)246.14º84.26%77.25%-
XYZ11.795.6453.29-
YUV55.01208.13123-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 31 (12.5% from 255) = 11.23%
BLUE value IS 197 (77.34% from 255) = 71.38%
R=17.39%
G=11.23%
B=71.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal48311970.760.8400.23246.1472.8144.71
Hex301FC54C54017f6492d
Octal603730511412402736611155
Binary110000111111100010110011001010100010111111101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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