Html Css Color HEX #2F1ECE Persian Blue

📋 copy color: '#2F1ECE'

red 47 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #2F1ECE

Tints of Persian Blue #2F1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.79%

R = 16.61%
G = 10.6%
B = 72.79%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F1ECE (or 0x2F1ECE) is known color: Persian Blue. HEX triplet: 2F, 1E and CE. RGB value is (47,30,206). Sum of RGB (Red+Green+Blue) = 47+30+206=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1ECE is #D0E131. Grayscale: #363636. Windows color (decimal): -13689138 or 13508143. OLE color: 13508143.

HSL color Cylindrical-coordinate representation of color #2F1ECE: hue angle of 245.8º degrees, saturation: 0.75, 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 #2F1ECE is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 30 206 -
CMYK 0.77 0.85 0 0.19
HSL 245.8º 0.75% 0.46% -
HSV(B) 245.8º 0.85% 0.81% -
XYZ 12.78 5.99 58.88 -
YUV 55.15 213.13 122.19 -
System Red Green Blue C M Y K H S L
Decimal 47 30 206 0.77 0.85 0 0.19 245.8 0.75 0.46
Hex 2F 1E CE 4D 55 0 13 F6 4B 2E
Octal 57 36 316 115 125 0 23 366 113 56
Binary 101111 11110 11001110 1001101 1010101 0 10011 11110110 1001011 101110

Color Harmonies of #2F1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1ECE

Black with #2F1ECE

Text Example


Text Example

White with #2F1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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