Html Css Color HEX #2F006F Persian Indigo

📋 copy color: '#2F006F'

red 47 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #2F006F

Tints of Persian Indigo #2F006F

RGB

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

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

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

R = 29.75%
G = 0%
B = 70.25%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F006F (or 0x2F006F) is known color: Persian Indigo. HEX triplet: 2F, 00 and 6F. RGB value is (47,0,111). Sum of RGB (Red+Green+Blue) = 47+0+111=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F006F is #D0FF90. Grayscale: #1A1A1A. Windows color (decimal): -13696913 or 7274543. OLE color: 7274543.

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

Color convert

RGB 47 0 111 -
CMYK 0.58 1 0 0.56
HSL 265.41º 1% 0.22% -
HSV(B) 265.41º 1% 0.44% -
XYZ 4.04 1.75 15.16 -
YUV 26.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 47 0 111 0.58 1 0 0.56 265.41 1 0.22
Hex 2F 0 6F 3A 64 0 38 109 64 16
Octal 57 0 157 72 144 0 70 411 144 26
Binary 101111 0 1101111 111010 1100100 0 111000 100001001 1100100 10110

Color Harmonies of #2F006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F006F

Black with #2F006F

Text Example


Text Example

White with #2F006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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