Html Css Color HEX #2F088A Persian Indigo

📋 copy color: '#2F088A'

red 47 ◦ green 8 ◦ blue 138

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

Shades of Persian Indigo #2F088A

Tints of Persian Indigo #2F088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.5%

R = 24.35%
G = 4.15%
B = 71.5%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F088A (or 0x2F088A) is known color: Persian Indigo. HEX triplet: 2F, 08 and 8A. RGB value is (47,8,138). Sum of RGB (Red+Green+Blue) = 47+8+138=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F088A is #D0F775. Grayscale: #222222. Windows color (decimal): -13694838 or 9046063. OLE color: 9046063.

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

Color convert

RGB 47 8 138 -
CMYK 0.66 0.94 0 0.46
HSL 258º 0.89% 0.29% -
HSV(B) 258º 0.94% 0.54% -
XYZ 5.85 2.61 24.24 -
YUV 34.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 47 8 138 0.66 0.94 0 0.46 258 0.89 0.29
Hex 2F 8 8A 42 5E 0 2E 102 59 1D
Octal 57 10 212 102 136 0 56 402 131 35
Binary 101111 1000 10001010 1000010 1011110 0 101110 100000010 1011001 11101

Color Harmonies of #2F088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F088A

Black with #2F088A

Text Example


Text Example

White with #2F088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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