Html Css Color HEX #2F2178 Persian Indigo

📋 copy color: '#2F2178'

red 47 ◦ green 33 ◦ blue 120

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

Shades of Persian Indigo #2F2178

Tints of Persian Indigo #2F2178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

 BLUE value IS 120 (47.27% from 255) = 60%

R = 23.5%
G = 16.5%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F2178 (or 0x2F2178) is known color: Persian Indigo. HEX triplet: 2F, 21 and 78. RGB value is (47,33,120). Sum of RGB (Red+Green+Blue) = 47+33+120=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2178 is #D0DE87. Grayscale: #2E2E2E. Windows color (decimal): -13688456 or 7872815. OLE color: 7872815.

HSL color Cylindrical-coordinate representation of color #2F2178: hue angle of 249.66º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2178 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 33 120 -
CMYK 0.61 0.72 0 0.53
HSL 249.66º 0.57% 0.3% -
HSV(B) 249.66º 0.73% 0.47% -
XYZ 5.11 3.05 18.09 -
YUV 47.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 47 33 120 0.61 0.72 0 0.53 249.66 0.57 0.3
Hex 2F 21 78 3D 48 0 35 FA 39 1E
Octal 57 41 170 75 110 0 65 372 71 36
Binary 101111 100001 1111000 111101 1001000 0 110101 11111010 111001 11110

Color Harmonies of #2F2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2178

Black with #2F2178

Text Example


Text Example

White with #2F2178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,33,120); }

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

background-color css

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

 a { background-color: rgb(47,33,120); }

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

border-color css

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

 span { border-color: rgb(47,33,120); }

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