#2f1fce

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

Shades of Persian Blue #2F1FCE

Tints of Persian Blue #2F1FCE

Color information

#2F1FCE (or 0x2F1FCE) is unknown color: approx Persian Blue. HEX triplet: 2F, 1F and CE. RGB value is (47,31,206). Sum of RGB (Red+Green+Blue) = 47+31+206=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F1FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1FCE is #D0E031. Grayscale: #373737. Windows color (decimal): -13688882 or 13508399. OLE color: 13508399.

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

Color convert

RGB4731206-
CMYK0.770.8500.19
HSL245.49º73.84%46.47%-
HSV(B)245.49º84.95%80.78%-
XYZ12.86.0458.88-
YUV55.73212.8121.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 31 (12.5% from 255) = 10.92%
BLUE value IS 206 (80.86% from 255) = 72.54%
R=16.55%
G=10.92%
B=72.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal47312060.770.8500.19245.4973.8446.47
Hex2F1FCE4D55013f54a2e
Octal573731611512502336511256
Binary101111111111100111010011011010101010011111101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f1fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f1fce; }

 p { color: rgb(47,31,206); }

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

<style>
 a { background-color: #2f1fce; }

 a { background-color: rgb(47,31,206); }

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

<style>
 span { border-color: #2f1fce; }

 span { border-color: rgb(47,31,206); }

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