Html Css Color HEX #2F0687 Persian Indigo

📋 copy color: '#2F0687'

red 47 ◦ green 6 ◦ blue 135

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

Shades of Persian Indigo #2F0687

Tints of Persian Indigo #2F0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

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

R = 25%
G = 3.19%
B = 71.81%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F0687 (or 0x2F0687) is known color: Persian Indigo. HEX triplet: 2F, 06 and 87. RGB value is (47,6,135). Sum of RGB (Red+Green+Blue) = 47+6+135=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F0687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0687 is #D0F978. Grayscale: #202020. Windows color (decimal): -13695353 or 8848943. OLE color: 8848943.

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

Color convert

RGB 47 6 135 -
CMYK 0.65 0.96 0 0.47
HSL 259.07º 0.91% 0.28% -
HSV(B) 259.07º 0.96% 0.53% -
XYZ 5.61 2.48 23.11 -
YUV 32.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 47 6 135 0.65 0.96 0 0.47 259.07 0.91 0.28
Hex 2F 6 87 41 60 0 2F 103 5B 1C
Octal 57 6 207 101 140 0 57 403 133 34
Binary 101111 110 10000111 1000001 1100000 0 101111 100000011 1011011 11100

Color Harmonies of #2F0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0687

Black with #2F0687

Text Example


Text Example

White with #2F0687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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