Html Css Color HEX #2F027F Persian Indigo

📋 copy color: '#2F027F'

red 47 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #2F027F

Tints of Persian Indigo #2F027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 26.7%
G = 1.14%
B = 72.16%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F027F (or 0x2F027F) is known color: Persian Indigo. HEX triplet: 2F, 02 and 7F. RGB value is (47,2,127). Sum of RGB (Red+Green+Blue) = 47+2+127=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F027F is #D0FD80. Grayscale: #1D1D1D. Windows color (decimal): -13696385 or 8323631. OLE color: 8323631.

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

Color convert

RGB 47 2 127 -
CMYK 0.63 0.98 0 0.50
HSL 261.6º 0.97% 0.25% -
HSV(B) 261.6º 0.98% 0.5% -
XYZ 5.02 2.18 20.23 -
YUV 29.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 47 2 127 0.63 0.98 0 0.50 261.6 0.97 0.25
Hex 2F 2 7F 3F 62 0 32 106 61 19
Octal 57 2 177 77 142 0 62 406 141 31
Binary 101111 10 1111111 111111 1100010 0 110010 100000110 1100001 11001

Color Harmonies of #2F027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F027F

Black with #2F027F

Text Example


Text Example

White with #2F027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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