Html Css Color HEX #2F058D Persian Indigo

📋 copy color: '#2F058D'

red 47 ◦ green 5 ◦ blue 141

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

Shades of Persian Indigo #2F058D

Tints of Persian Indigo #2F058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

 BLUE value IS 141 (55.47% from 255) = 73.06%

R = 24.35%
G = 2.59%
B = 73.06%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F058D (or 0x2F058D) is known color: Persian Indigo. HEX triplet: 2F, 05 and 8D. RGB value is (47,5,141). Sum of RGB (Red+Green+Blue) = 47+5+141=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F058D is #D0FA72. Grayscale: #202020. Windows color (decimal): -13695603 or 9241903. OLE color: 9241903.

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

Color convert

RGB 47 5 141 -
CMYK 0.67 0.96 0 0.45
HSL 258.53º 0.93% 0.29% -
HSV(B) 258.53º 0.96% 0.55% -
XYZ 6.03 2.64 25.39 -
YUV 33.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 47 5 141 0.67 0.96 0 0.45 258.53 0.93 0.29
Hex 2F 5 8D 43 60 0 2D 103 5D 1D
Octal 57 5 215 103 140 0 55 403 135 35
Binary 101111 101 10001101 1000011 1100000 0 101101 100000011 1011101 11101

Color Harmonies of #2F058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F058D

Black with #2F058D

Text Example


Text Example

White with #2F058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,5,141); }

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

background-color css

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

 a { background-color: rgb(47,5,141); }

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

border-color css

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

 span { border-color: rgb(47,5,141); }

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