Html Css Color HEX #2F148D Persian Indigo

📋 copy color: '#2F148D'

red 47 ◦ green 20 ◦ blue 141

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

Shades of Persian Indigo #2F148D

Tints of Persian Indigo #2F148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

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

R = 22.6%
G = 9.62%
B = 67.79%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F148D (or 0x2F148D) is known color: Persian Indigo. HEX triplet: 2F, 14 and 8D. RGB value is (47,20,141). Sum of RGB (Red+Green+Blue) = 47+20+141=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F148D is #D0EB72. Grayscale: #292929. Windows color (decimal): -13691763 or 9245743. OLE color: 9245743.

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

Color convert

RGB 47 20 141 -
CMYK 0.67 0.86 0 0.45
HSL 253.39º 0.75% 0.32% -
HSV(B) 253.39º 0.86% 0.55% -
XYZ 6.23 3.03 25.46 -
YUV 41.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 47 20 141 0.67 0.86 0 0.45 253.39 0.75 0.32
Hex 2F 14 8D 43 56 0 2D FD 4B 20
Octal 57 24 215 103 126 0 55 375 113 40
Binary 101111 10100 10001101 1000011 1010110 0 101101 11111101 1001011 100000

Color Harmonies of #2F148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F148D

Black with #2F148D

Text Example


Text Example

White with #2F148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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