Html Css Color HEX #2F017F Persian Indigo

📋 copy color: '#2F017F'

red 47 ◦ green 1 ◦ blue 127

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

Shades of Persian Indigo #2F017F

Tints of Persian Indigo #2F017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 72.57%

R = 26.86%
G = 0.57%
B = 72.57%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F017F (or 0x2F017F) is known color: Persian Indigo. HEX triplet: 2F, 01 and 7F. RGB value is (47,1,127). Sum of RGB (Red+Green+Blue) = 47+1+127=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F017F is #D0FE80. Grayscale: #1C1C1C. Windows color (decimal): -13696641 or 8323375. OLE color: 8323375.

HSL color Cylindrical-coordinate representation of color #2F017F: hue angle of 261.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F017F is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 1 127 -
CMYK 0.63 0.99 0 0.50
HSL 261.9º 0.98% 0.25% -
HSV(B) 261.9º 0.99% 0.5% -
XYZ 5.01 2.16 20.23 -
YUV 29.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 47 1 127 0.63 0.99 0 0.50 261.9 0.98 0.25
Hex 2F 1 7F 3F 63 0 32 106 62 19
Octal 57 1 177 77 143 0 62 406 142 31
Binary 101111 1 1111111 111111 1100011 0 110010 100000110 1100010 11001

Color Harmonies of #2F017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F017F

Black with #2F017F

Text Example


Text Example

White with #2F017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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