Html Css Color HEX #2F017A Persian Indigo

📋 copy color: '#2F017A'

red 47 ◦ green 1 ◦ blue 122

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

Shades of Persian Indigo #2F017A

Tints of Persian Indigo #2F017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 122 (48.05% from 255) = 71.76%

R = 27.65%
G = 0.59%
B = 71.76%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F017A (or 0x2F017A) is known color: Persian Indigo. HEX triplet: 2F, 01 and 7A. RGB value is (47,1,122). Sum of RGB (Red+Green+Blue) = 47+1+122=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 122 (48.05% from 255 or 71.76% from 170); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F017A is #D0FE85. Grayscale: #1C1C1C. Windows color (decimal): -13696646 or 7995695. OLE color: 7995695.

HSL color Cylindrical-coordinate representation of color #2F017A: hue angle of 262.81º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F017A is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 1 122 -
CMYK 0.61 0.99 0 0.52
HSL 262.81º 0.98% 0.24% -
HSV(B) 262.81º 0.99% 0.48% -
XYZ 4.7 2.03 18.56 -
YUV 28.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 47 1 122 0.61 0.99 0 0.52 262.81 0.98 0.24
Hex 2F 1 7A 3D 63 0 34 107 62 18
Octal 57 1 172 75 143 0 64 407 142 30
Binary 101111 1 1111010 111101 1100011 0 110100 100000111 1100010 11000

Color Harmonies of #2F017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F017A

Black with #2F017A

Text Example


Text Example

White with #2F017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,1,122); }

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

background-color css

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

 a { background-color: rgb(47,1,122); }

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

border-color css

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

 span { border-color: rgb(47,1,122); }

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