#301FC6

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

Shades of Persian Blue #301FC6

Tints of Persian Blue #301FC6

Color information

#301FC6 (or 0x301FC6) is unknown color: approx Persian Blue. HEX triplet: 30, 1F and C6. RGB value is (48,31,198). Sum of RGB (Red+Green+Blue) = 48+31+198=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #301FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FC6 is #CFE039. Grayscale: #363636. Windows color (decimal): -13623354 or 12984112. OLE color: 12984112.

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

Color convert

RGB4831198-
CMYK0.760.8400.22
HSL246.11º72.93%44.9%-
HSV(B)246.11º84.34%77.65%-
XYZ11.95.6953.9-
YUV55.12208.63122.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 31 (12.5% from 255) = 11.19%
BLUE value IS 198 (77.73% from 255) = 71.48%
R=17.33%
G=11.19%
B=71.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48311980.760.8400.22246.1172.9344.9
Hex301FC64C54016f6492d
Octal603730611412402636611155
Binary110000111111100011010011001010100010110111101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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