Html Css Color HEX #2F207D Persian Indigo

📋 copy color: '#2F207D'

red 47 ◦ green 32 ◦ blue 125

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

Shades of Persian Indigo #2F207D

Tints of Persian Indigo #2F207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

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

R = 23.04%
G = 15.69%
B = 61.27%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F207D (or 0x2F207D) is known color: Persian Indigo. HEX triplet: 2F, 20 and 7D. RGB value is (47,32,125). Sum of RGB (Red+Green+Blue) = 47+32+125=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F207D is #D0DF82. Grayscale: #2E2E2E. Windows color (decimal): -13688707 or 8200239. OLE color: 8200239.

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

Color convert

RGB 47 32 125 -
CMYK 0.62 0.74 0 0.51
HSL 249.68º 0.59% 0.31% -
HSV(B) 249.68º 0.74% 0.49% -
XYZ 5.39 3.12 19.72 -
YUV 47.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 47 32 125 0.62 0.74 0 0.51 249.68 0.59 0.31
Hex 2F 20 7D 3E 4A 0 33 FA 3B 1F
Octal 57 40 175 76 112 0 63 372 73 37
Binary 101111 100000 1111101 111110 1001010 0 110011 11111010 111011 11111

Color Harmonies of #2F207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F207D

Black with #2F207D

Text Example


Text Example

White with #2F207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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