Html Css Color HEX #2F098C Persian Indigo

📋 copy color: '#2F098C'

red 47 ◦ green 9 ◦ blue 140

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

Shades of Persian Indigo #2F098C

Tints of Persian Indigo #2F098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 71.43%

R = 23.98%
G = 4.59%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F098C (or 0x2F098C) is known color: Persian Indigo. HEX triplet: 2F, 09 and 8C. RGB value is (47,9,140). Sum of RGB (Red+Green+Blue) = 47+9+140=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F098C is #D0F673. Grayscale: #222222. Windows color (decimal): -13694580 or 9177391. OLE color: 9177391.

HSL color Cylindrical-coordinate representation of color #2F098C: hue angle of 257.4º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F098C is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 9 140 -
CMYK 0.66 0.94 0 0.45
HSL 257.4º 0.88% 0.29% -
HSV(B) 257.4º 0.94% 0.55% -
XYZ 6 2.69 25.01 -
YUV 35.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 47 9 140 0.66 0.94 0 0.45 257.4 0.88 0.29
Hex 2F 9 8C 42 5E 0 2D 101 58 1D
Octal 57 11 214 102 136 0 55 401 130 35
Binary 101111 1001 10001100 1000010 1011110 0 101101 100000001 1011000 11101

Color Harmonies of #2F098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F098C

Black with #2F098C

Text Example


Text Example

White with #2F098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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