Html Css Color HEX #2F147D Persian Indigo

📋 copy color: '#2F147D'

red 47 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #2F147D

Tints of Persian Indigo #2F147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.1%

R = 24.48%
G = 10.42%
B = 65.1%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F147D (or 0x2F147D) is known color: Persian Indigo. HEX triplet: 2F, 14 and 7D. RGB value is (47,20,125). Sum of RGB (Red+Green+Blue) = 47+20+125=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F147D is #D0EB82. Grayscale: #272727. Windows color (decimal): -13691779 or 8197167. OLE color: 8197167.

HSL color Cylindrical-coordinate representation of color #2F147D: hue angle of 255.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F147D is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 20 125 -
CMYK 0.62 0.84 0 0.51
HSL 255.43º 0.72% 0.28% -
HSV(B) 255.43º 0.84% 0.49% -
XYZ 5.12 2.59 19.63 -
YUV 40.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 47 20 125 0.62 0.84 0 0.51 255.43 0.72 0.28
Hex 2F 14 7D 3E 54 0 33 FF 48 1C
Octal 57 24 175 76 124 0 63 377 110 34
Binary 101111 10100 1111101 111110 1010100 0 110011 11111111 1001000 11100

Color Harmonies of #2F147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F147D

Black with #2F147D

Text Example


Text Example

White with #2F147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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