Html Css Color HEX #2F15BE Persian Blue

📋 copy color: '#2F15BE'

red 47 ◦ green 21 ◦ blue 190

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

Shades of Persian Blue #2F15BE

Tints of Persian Blue #2F15BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

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

R = 18.22%
G = 8.14%
B = 73.64%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F15BE (or 0x2F15BE) is known color: Persian Blue. HEX triplet: 2F, 15 and BE. RGB value is (47,21,190). Sum of RGB (Red+Green+Blue) = 47+21+190=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F15BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F15BE is #D0EA41. Grayscale: #2F2F2F. Windows color (decimal): -13691458 or 12457263. OLE color: 12457263.

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

Color convert

RGB 47 21 190 -
CMYK 0.75 0.89 0 0.25
HSL 249.23º 0.8% 0.41% -
HSV(B) 249.23º 0.89% 0.75% -
XYZ 10.73 4.86 49.09 -
YUV 48.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 47 21 190 0.75 0.89 0 0.25 249.23 0.8 0.41
Hex 2F 15 BE 4B 59 0 19 F9 50 29
Octal 57 25 276 113 131 0 31 371 120 51
Binary 101111 10101 10111110 1001011 1011001 0 11001 11111001 1010000 101001

Color Harmonies of #2F15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F15BE

Black with #2F15BE

Text Example


Text Example

White with #2F15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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