Html Css Color HEX #2F15BD Persian Blue

📋 copy color: '#2F15BD'

red 47 ◦ green 21 ◦ blue 189

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

Shades of Persian Blue #2F15BD

Tints of Persian Blue #2F15BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.54%

R = 18.29%
G = 8.17%
B = 73.54%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F15BD (or 0x2F15BD) is known color: Persian Blue. HEX triplet: 2F, 15 and BD. RGB value is (47,21,189). Sum of RGB (Red+Green+Blue) = 47+21+189=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F15BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F15BD is #D0EA42. Grayscale: #2F2F2F. Windows color (decimal): -13691459 or 12391727. OLE color: 12391727.

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

Color convert

RGB 47 21 189 -
CMYK 0.75 0.89 0 0.26
HSL 249.29º 0.8% 0.41% -
HSV(B) 249.29º 0.89% 0.74% -
XYZ 10.63 4.81 48.51 -
YUV 47.93 207.61 127.34 -
System Red Green Blue C M Y K H S L
Decimal 47 21 189 0.75 0.89 0 0.26 249.29 0.8 0.41
Hex 2F 15 BD 4B 59 0 1A F9 50 29
Octal 57 25 275 113 131 0 32 371 120 51
Binary 101111 10101 10111101 1001011 1011001 0 11010 11111001 1010000 101001

Color Harmonies of #2F15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F15BD

Black with #2F15BD

Text Example


Text Example

White with #2F15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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