Html Css Color HEX #2F1EC1 Persian Blue

📋 copy color: '#2F1EC1'

red 47 ◦ green 30 ◦ blue 193

#2F1EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2F1EC1

Tints of Persian Blue #2F1EC1

RGB

 RED value IS 47 (18.75% from 255) = 17.41%

 GREEN value IS 30 (12.11% from 255) = 11.11%

 BLUE value IS 193 (75.78% from 255) = 71.48%

R = 17.41%
G = 11.11%
B = 71.48%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2F1EC1 (or 0x2F1EC1) is known color: Persian Blue. HEX triplet: 2F, 1E and C1. RGB value is (47,30,193). Sum of RGB (Red+Green+Blue) = 47+30+193=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #2F1EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1EC1 is #D0E13E. Grayscale: #353535. Windows color (decimal): -13689151 or 12656175. OLE color: 12656175.

HSL color Cylindrical-coordinate representation of color #2F1EC1: hue angle of 246.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1EC1 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 30 193 -
CMYK 0.76 0.84 0 0.24
HSL 246.26º 0.73% 0.44% -
HSV(B) 246.26º 0.84% 0.76% -
XYZ 11.26 5.38 50.9 -
YUV 53.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 47 30 193 0.76 0.84 0 0.24 246.26 0.73 0.44
Hex 2F 1E C1 4C 54 0 18 F6 49 2C
Octal 57 36 301 114 124 0 30 366 111 54
Binary 101111 11110 11000001 1001100 1010100 0 11000 11110110 1001001 101100

Color Harmonies of #2F1EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1EC1

Black with #2F1EC1

Text Example


Text Example

White with #2F1EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,30,193); }

 H1.HeaderClassName
 {
   color: #2F1EC1;
 }
 .AnyTagClassName
 {
   color: #2F1EC1;
 }
</style>

background-color css

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

 a { background-color: rgb(47,30,193); }

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

border-color css

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

 span { border-color: rgb(47,30,193); }

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