Html Css Color HEX #2F057A Persian Indigo

📋 copy color: '#2F057A'

red 47 ◦ green 5 ◦ blue 122

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

Shades of Persian Indigo #2F057A

Tints of Persian Indigo #2F057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

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

R = 27.01%
G = 2.87%
B = 70.11%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F057A (or 0x2F057A) is known color: Persian Indigo. HEX triplet: 2F, 05 and 7A. RGB value is (47,5,122). Sum of RGB (Red+Green+Blue) = 47+5+122=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 122 (48.05% from 255 or 70.11% from 174); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F057A is #D0FA85. Grayscale: #1E1E1E. Windows color (decimal): -13695622 or 7996719. OLE color: 7996719.

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

Color convert

RGB 47 5 122 -
CMYK 0.61 0.96 0 0.52
HSL 261.54º 0.92% 0.25% -
HSV(B) 261.54º 0.96% 0.48% -
XYZ 4.74 2.12 18.57 -
YUV 30.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 47 5 122 0.61 0.96 0 0.52 261.54 0.92 0.25
Hex 2F 5 7A 3D 60 0 34 106 5C 19
Octal 57 5 172 75 140 0 64 406 134 31
Binary 101111 101 1111010 111101 1100000 0 110100 100000110 1011100 11001

Color Harmonies of #2F057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F057A

Black with #2F057A

Text Example


Text Example

White with #2F057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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