Html Css Color HEX #2F147C Persian Indigo

📋 copy color: '#2F147C'

red 47 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #2F147C

Tints of Persian Indigo #2F147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.92%

R = 24.61%
G = 10.47%
B = 64.92%

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

#2F147C (or 0x2F147C) is known color: Persian Indigo. HEX triplet: 2F, 14 and 7C. RGB value is (47,20,124). Sum of RGB (Red+Green+Blue) = 47+20+124=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F147C is #D0EB83. Grayscale: #272727. Windows color (decimal): -13691780 or 8131631. OLE color: 8131631.

HSL color Cylindrical-coordinate representation of color #2F147C: hue angle of 255.58º 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 #2F147C is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 20 124 -
CMYK 0.62 0.84 0 0.51
HSL 255.58º 0.72% 0.28% -
HSV(B) 255.58º 0.84% 0.49% -
XYZ 5.06 2.56 19.3 -
YUV 39.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 47 20 124 0.62 0.84 0 0.51 255.58 0.72 0.28
Hex 2F 14 7C 3E 54 0 33 100 48 1C
Octal 57 24 174 76 124 0 63 400 110 34
Binary 101111 10100 1111100 111110 1010100 0 110011 100000000 1001000 11100

Color Harmonies of #2F147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F147C

Black with #2F147C

Text Example


Text Example

White with #2F147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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