Html Css Color HEX #2F006D Persian Indigo

📋 copy color: '#2F006D'

red 47 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #2F006D

Tints of Persian Indigo #2F006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 69.87%

R = 30.13%
G = 0%
B = 69.87%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F006D (or 0x2F006D) is known color: Persian Indigo. HEX triplet: 2F, 00 and 6D. RGB value is (47,0,109). Sum of RGB (Red+Green+Blue) = 47+0+109=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F006D is #D0FF92. Grayscale: #1A1A1A. Windows color (decimal): -13696915 or 7143471. OLE color: 7143471.

HSL color Cylindrical-coordinate representation of color #2F006D: hue angle of 265.87º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F006D is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 0 109 -
CMYK 0.57 1 0 0.57
HSL 265.87º 1% 0.21% -
HSV(B) 265.87º 1% 0.43% -
XYZ 3.93 1.71 14.59 -
YUV 26.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 47 0 109 0.57 1 0 0.57 265.87 1 0.21
Hex 2F 0 6D 39 64 0 39 10A 64 15
Octal 57 0 155 71 144 0 71 412 144 25
Binary 101111 0 1101101 111001 1100100 0 111001 100001010 1100100 10101

Color Harmonies of #2F006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F006D

Black with #2F006D

Text Example


Text Example

White with #2F006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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