Html Css Color HEX #2F247D Persian Indigo

📋 copy color: '#2F247D'

red 47 ◦ green 36 ◦ blue 125

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

Shades of Persian Indigo #2F247D

Tints of Persian Indigo #2F247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

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

R = 22.6%
G = 17.31%
B = 60.1%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F247D (or 0x2F247D) is known color: Persian Indigo. HEX triplet: 2F, 24 and 7D. RGB value is (47,36,125). Sum of RGB (Red+Green+Blue) = 47+36+125=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F247D is #D0DB82. Grayscale: #313131. Windows color (decimal): -13687683 or 8201263. OLE color: 8201263.

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

Color convert

RGB 47 36 125 -
CMYK 0.62 0.71 0 0.51
HSL 247.42º 0.55% 0.32% -
HSV(B) 247.42º 0.71% 0.49% -
XYZ 5.5 3.35 19.76 -
YUV 49.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 47 36 125 0.62 0.71 0 0.51 247.42 0.55 0.32
Hex 2F 24 7D 3E 47 0 33 F7 37 20
Octal 57 44 175 76 107 0 63 367 67 40
Binary 101111 100100 1111101 111110 1000111 0 110011 11110111 110111 100000

Color Harmonies of #2F247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F247D

Black with #2F247D

Text Example


Text Example

White with #2F247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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