Html Css Color HEX #2F17BE Persian Blue

📋 copy color: '#2F17BE'

red 47 ◦ green 23 ◦ blue 190

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

Shades of Persian Blue #2F17BE

Tints of Persian Blue #2F17BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.08%

R = 18.08%
G = 8.85%
B = 73.08%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F17BE (or 0x2F17BE) is known color: Persian Blue. HEX triplet: 2F, 17 and BE. RGB value is (47,23,190). Sum of RGB (Red+Green+Blue) = 47+23+190=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F17BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F17BE is #D0E841. Grayscale: #303030. Windows color (decimal): -13690946 or 12457775. OLE color: 12457775.

HSL color Cylindrical-coordinate representation of color #2F17BE: hue angle of 248.62º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F17BE is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 23 190 -
CMYK 0.75 0.88 0 0.25
HSL 248.62º 0.78% 0.42% -
HSV(B) 248.62º 0.88% 0.75% -
XYZ 10.77 4.93 49.1 -
YUV 49.21 207.45 126.42 -
System Red Green Blue C M Y K H S L
Decimal 47 23 190 0.75 0.88 0 0.25 248.62 0.78 0.42
Hex 2F 17 BE 4B 58 0 19 F9 4E 2A
Octal 57 27 276 113 130 0 31 371 116 52
Binary 101111 10111 10111110 1001011 1011000 0 11001 11111001 1001110 101010

Color Harmonies of #2F17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F17BE

Black with #2F17BE

Text Example


Text Example

White with #2F17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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