Html Css Color HEX #2F088C Persian Indigo

📋 copy color: '#2F088C'

red 47 ◦ green 8 ◦ blue 140

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

Shades of Persian Indigo #2F088C

Tints of Persian Indigo #2F088C

RGB

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

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

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

R = 24.1%
G = 4.1%
B = 71.79%

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

#2F088C (or 0x2F088C) is known color: Persian Indigo. HEX triplet: 2F, 08 and 8C. RGB value is (47,8,140). Sum of RGB (Red+Green+Blue) = 47+8+140=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F088C is #D0F773. Grayscale: #222222. Windows color (decimal): -13694836 or 9177135. OLE color: 9177135.

HSL color Cylindrical-coordinate representation of color #2F088C: hue angle of 257.73º degrees, saturation: 0.89, 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 #2F088C is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 8 140 -
CMYK 0.66 0.94 0 0.45
HSL 257.73º 0.89% 0.29% -
HSV(B) 257.73º 0.94% 0.55% -
XYZ 5.99 2.67 25.01 -
YUV 34.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 47 8 140 0.66 0.94 0 0.45 257.73 0.89 0.29
Hex 2F 8 8C 42 5E 0 2D 102 59 1D
Octal 57 10 214 102 136 0 55 402 131 35
Binary 101111 1000 10001100 1000010 1011110 0 101101 100000010 1011001 11101

Color Harmonies of #2F088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F088C

Black with #2F088C

Text Example


Text Example

White with #2F088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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