Html Css Color HEX #2F0072 Persian Indigo

📋 copy color: '#2F0072'

red 47 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #2F0072

Tints of Persian Indigo #2F0072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 70.81%

R = 29.19%
G = 0%
B = 70.81%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F0072 (or 0x2F0072) is known color: Persian Indigo. HEX triplet: 2F, 00 and 72. RGB value is (47,0,114). Sum of RGB (Red+Green+Blue) = 47+0+114=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0072 is #D0FF8D. Grayscale: #1A1A1A. Windows color (decimal): -13696910 or 7471151. OLE color: 7471151.

HSL color Cylindrical-coordinate representation of color #2F0072: hue angle of 264.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0072 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 0 114 -
CMYK 0.59 1 0 0.55
HSL 264.74º 1% 0.22% -
HSV(B) 264.74º 1% 0.45% -
XYZ 4.21 1.82 16.05 -
YUV 27.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 47 0 114 0.59 1 0 0.55 264.74 1 0.22
Hex 2F 0 72 3B 64 0 37 109 64 16
Octal 57 0 162 73 144 0 67 411 144 26
Binary 101111 0 1110010 111011 1100100 0 110111 100001001 1100100 10110

Color Harmonies of #2F0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0072

Black with #2F0072

Text Example


Text Example

White with #2F0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,0,114); }

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

background-color css

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

 a { background-color: rgb(47,0,114); }

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

border-color css

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

 span { border-color: rgb(47,0,114); }

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