Html Css Color HEX #2F0673 Persian Indigo

📋 copy color: '#2F0673'

red 47 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #2F0673

Tints of Persian Indigo #2F0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 115 (45.31% from 255) = 68.45%

R = 27.98%
G = 3.57%
B = 68.45%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F0673 (or 0x2F0673) is known color: Persian Indigo. HEX triplet: 2F, 06 and 73. RGB value is (47,6,115). Sum of RGB (Red+Green+Blue) = 47+6+115=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F0673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0673 is #D0F98C. Grayscale: #1E1E1E. Windows color (decimal): -13695373 or 7538223. OLE color: 7538223.

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

Color convert

RGB 47 6 115 -
CMYK 0.59 0.95 0 0.55
HSL 262.57º 0.9% 0.24% -
HSV(B) 262.57º 0.95% 0.45% -
XYZ 4.33 1.97 16.37 -
YUV 30.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 47 6 115 0.59 0.95 0 0.55 262.57 0.9 0.24
Hex 2F 6 73 3B 5F 0 37 107 5A 18
Octal 57 6 163 73 137 0 67 407 132 30
Binary 101111 110 1110011 111011 1011111 0 110111 100000111 1011010 11000

Color Harmonies of #2F0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0673

Black with #2F0673

Text Example


Text Example

White with #2F0673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,6,115); }

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

background-color css

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

 a { background-color: rgb(47,6,115); }

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

border-color css

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

 span { border-color: rgb(47,6,115); }

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