Html Css Color HEX #2F036F Persian Indigo

📋 copy color: '#2F036F'

red 47 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #2F036F

Tints of Persian Indigo #2F036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

 BLUE value IS 111 (43.75% from 255) = 68.94%

R = 29.19%
G = 1.86%
B = 68.94%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F036F (or 0x2F036F) is known color: Persian Indigo. HEX triplet: 2F, 03 and 6F. RGB value is (47,3,111). Sum of RGB (Red+Green+Blue) = 47+3+111=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 111 (43.75% from 255 or 68.94% from 161); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F036F is #D0FC90. Grayscale: #1C1C1C. Windows color (decimal): -13696145 or 7275311. OLE color: 7275311.

HSL color Cylindrical-coordinate representation of color #2F036F: hue angle of 264.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F036F is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 3 111 -
CMYK 0.58 0.97 0 0.56
HSL 264.44º 0.95% 0.22% -
HSV(B) 264.44º 0.97% 0.44% -
XYZ 4.07 1.82 15.17 -
YUV 28.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 47 3 111 0.58 0.97 0 0.56 264.44 0.95 0.22
Hex 2F 3 6F 3A 61 0 38 108 5F 16
Octal 57 3 157 72 141 0 70 410 137 26
Binary 101111 11 1101111 111010 1100001 0 111000 100001000 1011111 10110

Color Harmonies of #2F036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F036F

Black with #2F036F

Text Example


Text Example

White with #2F036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,3,111); }

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

background-color css

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

 a { background-color: rgb(47,3,111); }

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

border-color css

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

 span { border-color: rgb(47,3,111); }

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