Html Css Color HEX #2F0892 Persian Indigo

📋 copy color: '#2F0892'

red 47 ◦ green 8 ◦ blue 146

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

Shades of Persian Indigo #2F0892

Tints of Persian Indigo #2F0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 146 (57.42% from 255) = 72.64%

R = 23.38%
G = 3.98%
B = 72.64%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F0892 (or 0x2F0892) is known color: Persian Indigo. HEX triplet: 2F, 08 and 92. RGB value is (47,8,146). Sum of RGB (Red+Green+Blue) = 47+8+146=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F0892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0892 is #D0F76D. Grayscale: #222222. Windows color (decimal): -13694830 or 9570351. OLE color: 9570351.

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

Color convert

RGB 47 8 146 -
CMYK 0.68 0.95 0 0.43
HSL 256.96º 0.9% 0.3% -
HSV(B) 256.96º 0.95% 0.57% -
XYZ 6.45 2.85 27.41 -
YUV 35.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 47 8 146 0.68 0.95 0 0.43 256.96 0.9 0.3
Hex 2F 8 92 44 5F 0 2B 101 5A 1E
Octal 57 10 222 104 137 0 53 401 132 36
Binary 101111 1000 10010010 1000100 1011111 0 101011 100000001 1011010 11110

Color Harmonies of #2F0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0892

Black with #2F0892

Text Example


Text Example

White with #2F0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,8,146); }

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

background-color css

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

 a { background-color: rgb(47,8,146); }

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

border-color css

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

 span { border-color: rgb(47,8,146); }

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