Html Css Color HEX #2F2CDD Persian Blue

📋 copy color: '#2F2CDD'

red 47 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #2F2CDD

Tints of Persian Blue #2F2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

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

R = 15.06%
G = 14.1%
B = 70.83%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F2CDD (or 0x2F2CDD) is known color: Persian Blue. HEX triplet: 2F, 2C and DD. RGB value is (47,44,221). Sum of RGB (Red+Green+Blue) = 47+44+221=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F2CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CDD is #D0D322. Grayscale: #404040. Windows color (decimal): -13685539 or 14494767. OLE color: 14494767.

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

Color convert

RGB 47 44 221 -
CMYK 0.79 0.80 0 0.13
HSL 241.02º 0.72% 0.52% -
HSV(B) 241.02º 0.8% 0.87% -
XYZ 15.12 7.63 69.08 -
YUV 65.08 215.99 115.11 -
System Red Green Blue C M Y K H S L
Decimal 47 44 221 0.79 0.80 0 0.13 241.02 0.72 0.52
Hex 2F 2C DD 4F 50 0 D F1 48 34
Octal 57 54 335 117 120 0 15 361 110 64
Binary 101111 101100 11011101 1001111 1010000 0 1101 11110001 1001000 110100

Color Harmonies of #2F2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2CDD

Black with #2F2CDD

Text Example


Text Example

White with #2F2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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