Html Css Color HEX #2F1677 Persian Indigo

📋 copy color: '#2F1677'

red 47 ◦ green 22 ◦ blue 119

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

Shades of Persian Indigo #2F1677

Tints of Persian Indigo #2F1677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.7%

 BLUE value IS 119 (46.88% from 255) = 63.3%

R = 25%
G = 11.7%
B = 63.3%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F1677 (or 0x2F1677) is known color: Persian Indigo. HEX triplet: 2F, 16 and 77. RGB value is (47,22,119). Sum of RGB (Red+Green+Blue) = 47+22+119=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F1677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1677 is #D0E988. Grayscale: #282828. Windows color (decimal): -13691273 or 7804463. OLE color: 7804463.

HSL color Cylindrical-coordinate representation of color #2F1677: hue angle of 255.46º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F1677 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 22 119 -
CMYK 0.61 0.82 0 0.53
HSL 255.46º 0.69% 0.28% -
HSV(B) 255.46º 0.82% 0.47% -
XYZ 4.79 2.51 17.68 -
YUV 40.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 47 22 119 0.61 0.82 0 0.53 255.46 0.69 0.28
Hex 2F 16 77 3D 52 0 35 FF 45 1C
Octal 57 26 167 75 122 0 65 377 105 34
Binary 101111 10110 1110111 111101 1010010 0 110101 11111111 1000101 11100

Color Harmonies of #2F1677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1677

Black with #2F1677

Text Example


Text Example

White with #2F1677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,22,119); }

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

background-color css

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

 a { background-color: rgb(47,22,119); }

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

border-color css

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

 span { border-color: rgb(47,22,119); }

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