Html Css Color HEX #2F2ADD Persian Blue

📋 copy color: '#2F2ADD'

red 47 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #2F2ADD

Tints of Persian Blue #2F2ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

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

R = 15.16%
G = 13.55%
B = 71.29%

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

#2F2ADD (or 0x2F2ADD) is known color: Persian Blue. HEX triplet: 2F, 2A and DD. RGB value is (47,42,221). Sum of RGB (Red+Green+Blue) = 47+42+221=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F2ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2ADD is #D0D522. Grayscale: #3F3F3F. Windows color (decimal): -13686051 or 14494255. OLE color: 14494255.

HSL color Cylindrical-coordinate representation of color #2F2ADD: hue angle of 241.68º 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 #2F2ADD is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 42 221 -
CMYK 0.79 0.81 0 0.13
HSL 241.68º 0.72% 0.52% -
HSV(B) 241.68º 0.81% 0.87% -
XYZ 15.05 7.48 69.06 -
YUV 63.9 216.66 115.95 -
System Red Green Blue C M Y K H S L
Decimal 47 42 221 0.79 0.81 0 0.13 241.68 0.72 0.52
Hex 2F 2A DD 4F 51 0 D F2 48 34
Octal 57 52 335 117 121 0 15 362 110 64
Binary 101111 101010 11011101 1001111 1010001 0 1101 11110010 1001000 110100

Color Harmonies of #2F2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2ADD

Black with #2F2ADD

Text Example


Text Example

White with #2F2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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