Html Css Color HEX #2F0078 Persian Indigo

📋 copy color: '#2F0078'

red 47 ◦ green 0 ◦ blue 120

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

Shades of Persian Indigo #2F0078

Tints of Persian Indigo #2F0078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 71.86%

R = 28.14%
G = 0%
B = 71.86%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F0078 (or 0x2F0078) is known color: Persian Indigo. HEX triplet: 2F, 00 and 78. RGB value is (47,0,120). Sum of RGB (Red+Green+Blue) = 47+0+120=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F0078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0078 is #D0FF87. Grayscale: #1B1B1B. Windows color (decimal): -13696904 or 7864367. OLE color: 7864367.

HSL color Cylindrical-coordinate representation of color #2F0078: hue angle of 263.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0078 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 0 120 -
CMYK 0.61 1 0 0.53
HSL 263.5º 1% 0.24% -
HSV(B) 263.5º 1% 0.47% -
XYZ 4.56 1.96 17.91 -
YUV 27.73 180.07 141.74 -
System Red Green Blue C M Y K H S L
Decimal 47 0 120 0.61 1 0 0.53 263.5 1 0.24
Hex 2F 0 78 3D 64 0 35 108 64 18
Octal 57 0 170 75 144 0 65 410 144 30
Binary 101111 0 1111000 111101 1100100 0 110101 100001000 1100100 11000

Color Harmonies of #2F0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0078

Black with #2F0078

Text Example


Text Example

White with #2F0078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,0,120); }

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

background-color css

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

 a { background-color: rgb(47,0,120); }

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

border-color css

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

 span { border-color: rgb(47,0,120); }

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