Html Css Color HEX #2F187C Persian Indigo

📋 copy color: '#2F187C'

red 47 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #2F187C

Tints of Persian Indigo #2F187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 24.1%
G = 12.31%
B = 63.59%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F187C (or 0x2F187C) is known color: Persian Indigo. HEX triplet: 2F, 18 and 7C. RGB value is (47,24,124). Sum of RGB (Red+Green+Blue) = 47+24+124=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F187C is #D0E783. Grayscale: #292929. Windows color (decimal): -13690756 or 8132655. OLE color: 8132655.

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

Color convert

RGB 47 24 124 -
CMYK 0.62 0.81 0 0.51
HSL 253.8º 0.68% 0.29% -
HSV(B) 253.8º 0.81% 0.49% -
XYZ 5.14 2.71 19.32 -
YUV 42.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 47 24 124 0.62 0.81 0 0.51 253.8 0.68 0.29
Hex 2F 18 7C 3E 51 0 33 FE 44 1D
Octal 57 30 174 76 121 0 63 376 104 35
Binary 101111 11000 1111100 111110 1010001 0 110011 11111110 1000100 11101

Color Harmonies of #2F187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F187C

Black with #2F187C

Text Example


Text Example

White with #2F187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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