Html Css Color HEX #2F1788 Persian Indigo

📋 copy color: '#2F1788'

red 47 ◦ green 23 ◦ blue 136

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

Shades of Persian Indigo #2F1788

Tints of Persian Indigo #2F1788

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 136 (53.52% from 255) = 66.02%

R = 22.82%
G = 11.17%
B = 66.02%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F1788 (or 0x2F1788) is known color: Persian Indigo. HEX triplet: 2F, 17 and 88. RGB value is (47,23,136). Sum of RGB (Red+Green+Blue) = 47+23+136=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F1788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1788 is #D0E877. Grayscale: #2A2A2A. Windows color (decimal): -13691000 or 8918831. OLE color: 8918831.

HSL color Cylindrical-coordinate representation of color #2F1788: hue angle of 252.74º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1788 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 23 136 -
CMYK 0.65 0.83 0 0.47
HSL 252.74º 0.71% 0.31% -
HSV(B) 252.74º 0.83% 0.53% -
XYZ 5.92 2.99 23.56 -
YUV 43.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 47 23 136 0.65 0.83 0 0.47 252.74 0.71 0.31
Hex 2F 17 88 41 53 0 2F FD 47 1F
Octal 57 27 210 101 123 0 57 375 107 37
Binary 101111 10111 10001000 1000001 1010011 0 101111 11111101 1000111 11111

Color Harmonies of #2F1788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1788

Black with #2F1788

Text Example


Text Example

White with #2F1788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,23,136); }

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

background-color css

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

 a { background-color: rgb(47,23,136); }

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

border-color css

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

 span { border-color: rgb(47,23,136); }

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