Html Css Color HEX #2F0787 Persian Indigo

📋 copy color: '#2F0787'

red 47 ◦ green 7 ◦ blue 135

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

Shades of Persian Indigo #2F0787

Tints of Persian Indigo #2F0787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

 BLUE value IS 135 (53.13% from 255) = 71.43%

R = 24.87%
G = 3.7%
B = 71.43%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F0787 (or 0x2F0787) is known color: Persian Indigo. HEX triplet: 2F, 07 and 87. RGB value is (47,7,135). Sum of RGB (Red+Green+Blue) = 47+7+135=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F0787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0787 is #D0F878. Grayscale: #212121. Windows color (decimal): -13695097 or 8849199. OLE color: 8849199.

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

Color convert

RGB 47 7 135 -
CMYK 0.65 0.95 0 0.47
HSL 258.75º 0.9% 0.28% -
HSV(B) 258.75º 0.95% 0.53% -
XYZ 5.62 2.51 23.11 -
YUV 33.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 47 7 135 0.65 0.95 0 0.47 258.75 0.9 0.28
Hex 2F 7 87 41 5F 0 2F 103 5A 1C
Octal 57 7 207 101 137 0 57 403 132 34
Binary 101111 111 10000111 1000001 1011111 0 101111 100000011 1011010 11100

Color Harmonies of #2F0787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0787

Black with #2F0787

Text Example


Text Example

White with #2F0787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,7,135); }

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

background-color css

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

 a { background-color: rgb(47,7,135); }

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

border-color css

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

 span { border-color: rgb(47,7,135); }

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