Html Css Color HEX #2F0091 Persian Indigo

📋 copy color: '#2F0091'

red 47 ◦ green 0 ◦ blue 145

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

Shades of Persian Indigo #2F0091

Tints of Persian Indigo #2F0091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 75.52%

R = 24.48%
G = 0%
B = 75.52%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F0091 (or 0x2F0091) is known color: Persian Indigo. HEX triplet: 2F, 00 and 91. RGB value is (47,0,145). Sum of RGB (Red+Green+Blue) = 47+0+145=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0091 is #D0FF6E. Grayscale: #1E1E1E. Windows color (decimal): -13696879 or 9502767. OLE color: 9502767.

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

Color convert

RGB 47 0 145 -
CMYK 0.68 1 0 0.43
HSL 259.45º 1% 0.28% -
HSV(B) 259.45º 1% 0.57% -
XYZ 6.28 2.65 26.97 -
YUV 30.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 47 0 145 0.68 1 0 0.43 259.45 1 0.28
Hex 2F 0 91 44 64 0 2B 103 64 1C
Octal 57 0 221 104 144 0 53 403 144 34
Binary 101111 0 10010001 1000100 1100100 0 101011 100000011 1100100 11100

Color Harmonies of #2F0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0091

Black with #2F0091

Text Example


Text Example

White with #2F0091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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