Html Css Color HEX #2F097D Persian Indigo

📋 copy color: '#2F097D'

red 47 ◦ green 9 ◦ blue 125

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

Shades of Persian Indigo #2F097D

Tints of Persian Indigo #2F097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

 BLUE value IS 125 (49.22% from 255) = 69.06%

R = 25.97%
G = 4.97%
B = 69.06%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F097D (or 0x2F097D) is known color: Persian Indigo. HEX triplet: 2F, 09 and 7D. RGB value is (47,9,125). Sum of RGB (Red+Green+Blue) = 47+9+125=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F097D is #D0F682. Grayscale: #212121. Windows color (decimal): -13694595 or 8194351. OLE color: 8194351.

HSL color Cylindrical-coordinate representation of color #2F097D: hue angle of 259.66º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F097D is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 9 125 -
CMYK 0.62 0.93 0 0.51
HSL 259.66º 0.87% 0.26% -
HSV(B) 259.66º 0.93% 0.49% -
XYZ 4.97 2.28 19.58 -
YUV 33.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 47 9 125 0.62 0.93 0 0.51 259.66 0.87 0.26
Hex 2F 9 7D 3E 5D 0 33 104 57 1A
Octal 57 11 175 76 135 0 63 404 127 32
Binary 101111 1001 1111101 111110 1011101 0 110011 100000100 1010111 11010

Color Harmonies of #2F097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F097D

Black with #2F097D

Text Example


Text Example

White with #2F097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,9,125); }

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

background-color css

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

 a { background-color: rgb(47,9,125); }

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

border-color css

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

 span { border-color: rgb(47,9,125); }

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