Html Css Color HEX #2F147E Persian Indigo

📋 copy color: '#2F147E'

red 47 ◦ green 20 ◦ blue 126

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

Shades of Persian Indigo #2F147E

Tints of Persian Indigo #2F147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 65.28%

R = 24.35%
G = 10.36%
B = 65.28%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F147E (or 0x2F147E) is known color: Persian Indigo. HEX triplet: 2F, 14 and 7E. RGB value is (47,20,126). Sum of RGB (Red+Green+Blue) = 47+20+126=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #2F147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F147E is #D0EB81. Grayscale: #272727. Windows color (decimal): -13691778 or 8262703. OLE color: 8262703.

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

Color convert

RGB 47 20 126 -
CMYK 0.63 0.84 0 0.51
HSL 255.28º 0.73% 0.29% -
HSV(B) 255.28º 0.84% 0.49% -
XYZ 5.19 2.61 19.97 -
YUV 40.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 47 20 126 0.63 0.84 0 0.51 255.28 0.73 0.29
Hex 2F 14 7E 3F 54 0 33 FF 49 1D
Octal 57 24 176 77 124 0 63 377 111 35
Binary 101111 10100 1111110 111111 1010100 0 110011 11111111 1001001 11101

Color Harmonies of #2F147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F147E

Black with #2F147E

Text Example


Text Example

White with #2F147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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