Html Css Color HEX #2F207F Persian Indigo

📋 copy color: '#2F207F'

red 47 ◦ green 32 ◦ blue 127

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

Shades of Persian Indigo #2F207F

Tints of Persian Indigo #2F207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.65%

R = 22.82%
G = 15.53%
B = 61.65%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F207F (or 0x2F207F) is known color: Persian Indigo. HEX triplet: 2F, 20 and 7F. RGB value is (47,32,127). Sum of RGB (Red+Green+Blue) = 47+32+127=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F207F is #D0DF80. Grayscale: #2E2E2E. Windows color (decimal): -13688705 or 8331311. OLE color: 8331311.

HSL color Cylindrical-coordinate representation of color #2F207F: hue angle of 249.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F207F is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 32 127 -
CMYK 0.63 0.75 0 0.50
HSL 249.47º 0.6% 0.31% -
HSV(B) 249.47º 0.75% 0.5% -
XYZ 5.52 3.17 20.4 -
YUV 47.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 47 32 127 0.63 0.75 0 0.50 249.47 0.6 0.31
Hex 2F 20 7F 3F 4B 0 32 F9 3C 1F
Octal 57 40 177 77 113 0 62 371 74 37
Binary 101111 100000 1111111 111111 1001011 0 110010 11111001 111100 11111

Color Harmonies of #2F207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F207F

Black with #2F207F

Text Example


Text Example

White with #2F207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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