#301CCF

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

Shades of Persian Blue #301CCF

Tints of Persian Blue #301CCF

Color information

#301CCF (or 0x301CCF) is unknown color: approx Persian Blue. HEX triplet: 30, 1C and CF. RGB value is (48,28,207). Sum of RGB (Red+Green+Blue) = 48+28+207=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #301CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CCF is #CFE330. Grayscale: #353535. Windows color (decimal): -13624113 or 13573168. OLE color: 13573168.

HSL color Cylindrical-coordinate representation of color #301CCF: hue angle of 246.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301CCF is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4828207-
CMYK0.770.8600.19
HSL246.7º76.17%46.08%-
HSV(B)246.7º86.47%81.18%-
XYZ12.95.9659.5-
YUV54.39214.13123.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 207 (81.25% from 255) = 73.14%
R=16.96%
G=9.89%
B=73.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48282070.770.8600.19246.776.1746.08
Hex301CCF4D56013f74c2e
Octal603431711512602336711456
Binary110000111001100111110011011010110010011111101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,28,207); }

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

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

 a { background-color: rgb(48,28,207); }

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

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

 span { border-color: rgb(48,28,207); }

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