Html Css Color HEX #2F17CE Persian Blue

📋 copy color: '#2F17CE'

red 47 ◦ green 23 ◦ blue 206

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

Shades of Persian Blue #2F17CE

Tints of Persian Blue #2F17CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 17.03%
G = 8.33%
B = 74.64%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F17CE (or 0x2F17CE) is known color: Persian Blue. HEX triplet: 2F, 17 and CE. RGB value is (47,23,206). Sum of RGB (Red+Green+Blue) = 47+23+206=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F17CE is #D0E831. Grayscale: #323232. Windows color (decimal): -13690930 or 13506351. OLE color: 13506351.

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

Color convert

RGB 47 23 206 -
CMYK 0.77 0.89 0 0.19
HSL 247.87º 0.8% 0.45% -
HSV(B) 247.87º 0.89% 0.81% -
XYZ 12.62 5.67 58.82 -
YUV 51.04 215.45 125.12 -
System Red Green Blue C M Y K H S L
Decimal 47 23 206 0.77 0.89 0 0.19 247.87 0.8 0.45
Hex 2F 17 CE 4D 59 0 13 F8 50 2D
Octal 57 27 316 115 131 0 23 370 120 55
Binary 101111 10111 11001110 1001101 1011001 0 10011 11111000 1010000 101101

Color Harmonies of #2F17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F17CE

Black with #2F17CE

Text Example


Text Example

White with #2F17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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