#301ACF

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

Shades of Persian Blue #301ACF

Tints of Persian Blue #301ACF

Color information

#301ACF (or 0x301ACF) is unknown color: approx Persian Blue. HEX triplet: 30, 1A and CF. RGB value is (48,26,207). Sum of RGB (Red+Green+Blue) = 48+26+207=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #301ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ACF is #CFE530. Grayscale: #343434. Windows color (decimal): -13624625 or 13572656. OLE color: 13572656.

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

Color convert

RGB4826207-
CMYK0.770.8700.19
HSL247.29º77.68%45.69%-
HSV(B)247.29º87.44%81.18%-
XYZ12.855.8759.49-
YUV53.21214.79124.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 207 (81.25% from 255) = 73.67%
R=17.08%
G=9.25%
B=73.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48262070.770.8700.19247.2977.6845.69
Hex301ACF4D57013f74e2e
Octal603231711512702336711656
Binary110000110101100111110011011010111010011111101111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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