Html Css Color HEX #2F027E Persian Indigo

📋 copy color: '#2F027E'

red 47 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #2F027E

Tints of Persian Indigo #2F027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 72%

R = 26.86%
G = 1.14%
B = 72%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F027E (or 0x2F027E) is known color: Persian Indigo. HEX triplet: 2F, 02 and 7E. RGB value is (47,2,126). Sum of RGB (Red+Green+Blue) = 47+2+126=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #2F027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F027E is #D0FD81. Grayscale: #1D1D1D. Windows color (decimal): -13696386 or 8258095. OLE color: 8258095.

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

Color convert

RGB 47 2 126 -
CMYK 0.63 0.98 0 0.51
HSL 261.77º 0.97% 0.25% -
HSV(B) 261.77º 0.98% 0.49% -
XYZ 4.96 2.15 19.89 -
YUV 29.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 47 2 126 0.63 0.98 0 0.51 261.77 0.97 0.25
Hex 2F 2 7E 3F 62 0 33 106 61 19
Octal 57 2 176 77 142 0 63 406 141 31
Binary 101111 10 1111110 111111 1100010 0 110011 100000110 1100001 11001

Color Harmonies of #2F027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F027E

Black with #2F027E

Text Example


Text Example

White with #2F027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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