Html Css Color HEX #2F20C3 Persian Blue

📋 copy color: '#2F20C3'

red 47 ◦ green 32 ◦ blue 195

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

Shades of Persian Blue #2F20C3

Tints of Persian Blue #2F20C3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

 BLUE value IS 195 (76.56% from 255) = 71.17%

R = 17.15%
G = 11.68%
B = 71.17%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2F20C3 (or 0x2F20C3) is known color: Persian Blue. HEX triplet: 2F, 20 and C3. RGB value is (47,32,195). Sum of RGB (Red+Green+Blue) = 47+32+195=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #2F20C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F20C3 is #D0DF3C. Grayscale: #363636. Windows color (decimal): -13688637 or 12787759. OLE color: 12787759.

HSL color Cylindrical-coordinate representation of color #2F20C3: hue angle of 245.52º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F20C3 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 32 195 -
CMYK 0.76 0.84 0 0.24
HSL 245.52º 0.72% 0.45% -
HSV(B) 245.52º 0.84% 0.76% -
XYZ 11.54 5.58 52.1 -
YUV 55.07 206.97 122.25 -
System Red Green Blue C M Y K H S L
Decimal 47 32 195 0.76 0.84 0 0.24 245.52 0.72 0.45
Hex 2F 20 C3 4C 54 0 18 F6 48 2D
Octal 57 40 303 114 124 0 30 366 110 55
Binary 101111 100000 11000011 1001100 1010100 0 11000 11110110 1001000 101101

Color Harmonies of #2F20C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F20C3

Black with #2F20C3

Text Example


Text Example

White with #2F20C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,32,195); }

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

background-color css

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

 a { background-color: rgb(47,32,195); }

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

border-color css

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

 span { border-color: rgb(47,32,195); }

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