Html Css Color HEX #2F107A Persian Indigo

📋 copy color: '#2F107A'

red 47 ◦ green 16 ◦ blue 122

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

Shades of Persian Indigo #2F107A

Tints of Persian Indigo #2F107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 122 (48.05% from 255) = 65.95%

R = 25.41%
G = 8.65%
B = 65.95%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F107A (or 0x2F107A) is known color: Persian Indigo. HEX triplet: 2F, 10 and 7A. RGB value is (47,16,122). Sum of RGB (Red+Green+Blue) = 47+16+122=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F107A is #D0EF85. Grayscale: #242424. Windows color (decimal): -13692806 or 7999535. OLE color: 7999535.

HSL color Cylindrical-coordinate representation of color #2F107A: hue angle of 257.55º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F107A is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 16 122 -
CMYK 0.61 0.87 0 0.52
HSL 257.55º 0.77% 0.27% -
HSV(B) 257.55º 0.87% 0.48% -
XYZ 4.87 2.38 18.62 -
YUV 37.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 47 16 122 0.61 0.87 0 0.52 257.55 0.77 0.27
Hex 2F 10 7A 3D 57 0 34 102 4D 1B
Octal 57 20 172 75 127 0 64 402 115 33
Binary 101111 10000 1111010 111101 1010111 0 110100 100000010 1001101 11011

Color Harmonies of #2F107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F107A

Black with #2F107A

Text Example


Text Example

White with #2F107A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,16,122); }

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

background-color css

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

 a { background-color: rgb(47,16,122); }

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

border-color css

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

 span { border-color: rgb(47,16,122); }

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