Html Css Color HEX #2F0767 Persian Indigo

📋 copy color: '#2F0767'

red 47 ◦ green 7 ◦ blue 103

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

Shades of Persian Indigo #2F0767

Tints of Persian Indigo #2F0767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 65.61%

R = 29.94%
G = 4.46%
B = 65.61%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2F0767 (or 0x2F0767) is known color: Persian Indigo. HEX triplet: 2F, 07 and 67. RGB value is (47,7,103). Sum of RGB (Red+Green+Blue) = 47+7+103=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F0767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0767 is #D0F898. Grayscale: #1D1D1D. Windows color (decimal): -13695129 or 6752047. OLE color: 6752047.

HSL color Cylindrical-coordinate representation of color #2F0767: hue angle of 265º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0767 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 7 103 -
CMYK 0.54 0.93 0 0.60
HSL 265º 0.87% 0.22% -
HSV(B) 265º 0.93% 0.4% -
XYZ 3.7 1.74 12.97 -
YUV 29.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 47 7 103 0.54 0.93 0 0.60 265 0.87 0.22
Hex 2F 7 67 36 5D 0 3C 109 57 16
Octal 57 7 147 66 135 0 74 411 127 26
Binary 101111 111 1100111 110110 1011101 0 111100 100001001 1010111 10110

Color Harmonies of #2F0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0767

Black with #2F0767

Text Example


Text Example

White with #2F0767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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