Html Css Color HEX #2F088E Persian Indigo

📋 copy color: '#2F088E'

red 47 ◦ green 8 ◦ blue 142

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

Shades of Persian Indigo #2F088E

Tints of Persian Indigo #2F088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 72.08%

R = 23.86%
G = 4.06%
B = 72.08%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F088E (or 0x2F088E) is known color: Persian Indigo. HEX triplet: 2F, 08 and 8E. RGB value is (47,8,142). Sum of RGB (Red+Green+Blue) = 47+8+142=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F088E is #D0F771. Grayscale: #222222. Windows color (decimal): -13694834 or 9308207. OLE color: 9308207.

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

Color convert

RGB 47 8 142 -
CMYK 0.67 0.94 0 0.44
HSL 257.46º 0.89% 0.29% -
HSV(B) 257.46º 0.94% 0.56% -
XYZ 6.14 2.73 25.79 -
YUV 34.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 47 8 142 0.67 0.94 0 0.44 257.46 0.89 0.29
Hex 2F 8 8E 43 5E 0 2C 101 59 1D
Octal 57 10 216 103 136 0 54 401 131 35
Binary 101111 1000 10001110 1000011 1011110 0 101100 100000001 1011001 11101

Color Harmonies of #2F088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F088E

Black with #2F088E

Text Example


Text Example

White with #2F088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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