Html Css Color HEX #2F2275 Persian Indigo

📋 copy color: '#2F2275'

red 47 ◦ green 34 ◦ blue 117

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

Shades of Persian Indigo #2F2275

Tints of Persian Indigo #2F2275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 117 (46.09% from 255) = 59.09%

R = 23.74%
G = 17.17%
B = 59.09%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F2275 (or 0x2F2275) is known color: Persian Indigo. HEX triplet: 2F, 22 and 75. RGB value is (47,34,117). Sum of RGB (Red+Green+Blue) = 47+34+117=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F2275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2275 is #D0DD8A. Grayscale: #2F2F2F. Windows color (decimal): -13688203 or 7676463. OLE color: 7676463.

HSL color Cylindrical-coordinate representation of color #2F2275: hue angle of 249.4º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F2275 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 34 117 -
CMYK 0.60 0.71 0 0.54
HSL 249.4º 0.55% 0.3% -
HSV(B) 249.4º 0.71% 0.46% -
XYZ 4.96 3.03 17.15 -
YUV 47.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 47 34 117 0.60 0.71 0 0.54 249.4 0.55 0.3
Hex 2F 22 75 3C 47 0 36 F9 37 1E
Octal 57 42 165 74 107 0 66 371 67 36
Binary 101111 100010 1110101 111100 1000111 0 110110 11111001 110111 11110

Color Harmonies of #2F2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2275

Black with #2F2275

Text Example


Text Example

White with #2F2275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,34,117); }

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

background-color css

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

 a { background-color: rgb(47,34,117); }

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

border-color css

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

 span { border-color: rgb(47,34,117); }

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