Html Css Color HEX #2F0F94 Persian Indigo

📋 copy color: '#2F0F94'

red 47 ◦ green 15 ◦ blue 148

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

Shades of Persian Indigo #2F0F94

Tints of Persian Indigo #2F0F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

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

R = 22.38%
G = 7.14%
B = 70.48%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F0F94 (or 0x2F0F94) is known color: Persian Indigo. HEX triplet: 2F, 0F and 94. RGB value is (47,15,148). Sum of RGB (Red+Green+Blue) = 47+15+148=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F0F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0F94 is #D0F06B. Grayscale: #272727. Windows color (decimal): -13693036 or 9703215. OLE color: 9703215.

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

Color convert

RGB 47 15 148 -
CMYK 0.68 0.90 0 0.42
HSL 254.44º 0.82% 0.32% -
HSV(B) 254.44º 0.9% 0.58% -
XYZ 6.69 3.08 28.26 -
YUV 39.73 189.1 133.19 -
System Red Green Blue C M Y K H S L
Decimal 47 15 148 0.68 0.90 0 0.42 254.44 0.82 0.32
Hex 2F F 94 44 5A 0 2A FE 52 20
Octal 57 17 224 104 132 0 52 376 122 40
Binary 101111 1111 10010100 1000100 1011010 0 101010 11111110 1010010 100000

Color Harmonies of #2F0F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0F94

Black with #2F0F94

Text Example


Text Example

White with #2F0F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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