Html Css Color HEX #2F0094 Persian Indigo

📋 copy color: '#2F0094'

red 47 ◦ green 0 ◦ blue 148

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

Shades of Persian Indigo #2F0094

Tints of Persian Indigo #2F0094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.9%

R = 24.1%
G = 0%
B = 75.9%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F0094 (or 0x2F0094) is known color: Persian Indigo. HEX triplet: 2F, 00 and 94. RGB value is (47,0,148). Sum of RGB (Red+Green+Blue) = 47+0+148=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F0094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0094 is #D0FF6B. Grayscale: #1E1E1E. Windows color (decimal): -13696876 or 9699375. OLE color: 9699375.

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

Color convert

RGB 47 0 148 -
CMYK 0.68 1 0 0.42
HSL 259.05º 1% 0.29% -
HSV(B) 259.05º 1% 0.58% -
XYZ 6.52 2.74 28.2 -
YUV 30.93 194.07 139.47 -
System Red Green Blue C M Y K H S L
Decimal 47 0 148 0.68 1 0 0.42 259.05 1 0.29
Hex 2F 0 94 44 64 0 2A 103 64 1D
Octal 57 0 224 104 144 0 52 403 144 35
Binary 101111 0 10010100 1000100 1100100 0 101010 100000011 1100100 11101

Color Harmonies of #2F0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0094

Black with #2F0094

Text Example


Text Example

White with #2F0094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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