Html Css Color HEX #2F2CD5 Persian Blue

📋 copy color: '#2F2CD5'

red 47 ◦ green 44 ◦ blue 213

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

Shades of Persian Blue #2F2CD5

Tints of Persian Blue #2F2CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 70.07%

R = 15.46%
G = 14.47%
B = 70.07%

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

#2F2CD5 (or 0x2F2CD5) is known color: Persian Blue. HEX triplet: 2F, 2C and D5. RGB value is (47,44,213). Sum of RGB (Red+Green+Blue) = 47+44+213=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #2F2CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CD5 is #D0D32A. Grayscale: #3F3F3F. Windows color (decimal): -13685547 or 13970479. OLE color: 13970479.

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

Color convert

RGB 47 44 213 -
CMYK 0.78 0.79 0 0.16
HSL 241.07º 0.67% 0.5% -
HSV(B) 241.07º 0.79% 0.84% -
XYZ 14.08 7.21 63.6 -
YUV 64.16 211.99 115.76 -
System Red Green Blue C M Y K H S L
Decimal 47 44 213 0.78 0.79 0 0.16 241.07 0.67 0.5
Hex 2F 2C D5 4E 4F 0 10 F1 43 32
Octal 57 54 325 116 117 0 20 361 103 62
Binary 101111 101100 11010101 1001110 1001111 0 10000 11110001 1000011 110010

Color Harmonies of #2F2CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2CD5

Black with #2F2CD5

Text Example


Text Example

White with #2F2CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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