Html Css Color HEX #2F2BDD Persian Blue

📋 copy color: '#2F2BDD'

red 47 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #2F2BDD

Tints of Persian Blue #2F2BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 15.11%
G = 13.83%
B = 71.06%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F2BDD (or 0x2F2BDD) is known color: Persian Blue. HEX triplet: 2F, 2B and DD. RGB value is (47,43,221). Sum of RGB (Red+Green+Blue) = 47+43+221=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F2BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2BDD is #D0D422. Grayscale: #3F3F3F. Windows color (decimal): -13685795 or 14494511. OLE color: 14494511.

HSL color Cylindrical-coordinate representation of color #2F2BDD: hue angle of 241.35º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F2BDD is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 43 221 -
CMYK 0.79 0.81 0 0.13
HSL 241.35º 0.72% 0.52% -
HSV(B) 241.35º 0.81% 0.87% -
XYZ 15.09 7.55 69.07 -
YUV 64.49 216.33 115.53 -
System Red Green Blue C M Y K H S L
Decimal 47 43 221 0.79 0.81 0 0.13 241.35 0.72 0.52
Hex 2F 2B DD 4F 51 0 D F1 48 34
Octal 57 53 335 117 121 0 15 361 110 64
Binary 101111 101011 11011101 1001111 1010001 0 1101 11110001 1001000 110100

Color Harmonies of #2F2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2BDD

Black with #2F2BDD

Text Example


Text Example

White with #2F2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,43,221); }

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

background-color css

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

 a { background-color: rgb(47,43,221); }

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

border-color css

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

 span { border-color: rgb(47,43,221); }

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