Html Css Color HEX #2F2CD6 Persian Blue

📋 copy color: '#2F2CD6'

red 47 ◦ green 44 ◦ blue 214

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

Shades of Persian Blue #2F2CD6

Tints of Persian Blue #2F2CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 70.16%

R = 15.41%
G = 14.43%
B = 70.16%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2F2CD6 (or 0x2F2CD6) is known color: Persian Blue. HEX triplet: 2F, 2C and D6. RGB value is (47,44,214). Sum of RGB (Red+Green+Blue) = 47+44+214=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 214 (83.98% from 255 or 70.16% from 305); Max value from RGB is 214 - color contains mainly: blue. Hex color #2F2CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CD6 is #D0D329. Grayscale: #3F3F3F. Windows color (decimal): -13685546 or 14036015. OLE color: 14036015.

HSL color Cylindrical-coordinate representation of color #2F2CD6: hue angle of 241.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2CD6 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 44 214 -
CMYK 0.78 0.79 0 0.16
HSL 241.06º 0.67% 0.51% -
HSV(B) 241.06º 0.79% 0.84% -
XYZ 14.21 7.26 64.27 -
YUV 64.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 47 44 214 0.78 0.79 0 0.16 241.06 0.67 0.51
Hex 2F 2C D6 4E 4F 0 10 F1 43 33
Octal 57 54 326 116 117 0 20 361 103 63
Binary 101111 101100 11010110 1001110 1001111 0 10000 11110001 1000011 110011

Color Harmonies of #2F2CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2CD6

Black with #2F2CD6

Text Example


Text Example

White with #2F2CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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