Html Css Color HEX #2F1679 Persian Indigo

📋 copy color: '#2F1679'

red 47 ◦ green 22 ◦ blue 121

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

Shades of Persian Indigo #2F1679

Tints of Persian Indigo #2F1679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 24.74%
G = 11.58%
B = 63.68%

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

#2F1679 (or 0x2F1679) is known color: Persian Indigo. HEX triplet: 2F, 16 and 79. RGB value is (47,22,121). Sum of RGB (Red+Green+Blue) = 47+22+121=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F1679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1679 is #D0E986. Grayscale: #282828. Windows color (decimal): -13691271 or 7935535. OLE color: 7935535.

HSL color Cylindrical-coordinate representation of color #2F1679: hue angle of 255.15º 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 #2F1679 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 22 121 -
CMYK 0.61 0.82 0 0.53
HSL 255.15º 0.69% 0.28% -
HSV(B) 255.15º 0.82% 0.47% -
XYZ 4.91 2.56 18.32 -
YUV 40.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 47 22 121 0.61 0.82 0 0.53 255.15 0.69 0.28
Hex 2F 16 79 3D 52 0 35 FF 45 1C
Octal 57 26 171 75 122 0 65 377 105 34
Binary 101111 10110 1111001 111101 1010010 0 110101 11111111 1000101 11100

Color Harmonies of #2F1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1679

Black with #2F1679

Text Example


Text Example

White with #2F1679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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