Html Css Color HEX #2F156C Persian Indigo

📋 copy color: '#2F156C'

red 47 ◦ green 21 ◦ blue 108

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

Shades of Persian Indigo #2F156C

Tints of Persian Indigo #2F156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 108 (42.58% from 255) = 61.36%

R = 26.7%
G = 11.93%
B = 61.36%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F156C (or 0x2F156C) is known color: Persian Indigo. HEX triplet: 2F, 15 and 6C. RGB value is (47,21,108). Sum of RGB (Red+Green+Blue) = 47+21+108=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F156C is #D0EA93. Grayscale: #262626. Windows color (decimal): -13691540 or 7083311. OLE color: 7083311.

HSL color Cylindrical-coordinate representation of color #2F156C: hue angle of 257.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F156C is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 21 108 -
CMYK 0.56 0.81 0 0.58
HSL 257.93º 0.67% 0.25% -
HSV(B) 257.93º 0.81% 0.42% -
XYZ 4.15 2.22 14.4 -
YUV 38.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 47 21 108 0.56 0.81 0 0.58 257.93 0.67 0.25
Hex 2F 15 6C 38 51 0 3A 102 43 19
Octal 57 25 154 70 121 0 72 402 103 31
Binary 101111 10101 1101100 111000 1010001 0 111010 100000010 1000011 11001

Color Harmonies of #2F156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F156C

Black with #2F156C

Text Example


Text Example

White with #2F156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,108); }

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

background-color css

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

 a { background-color: rgb(47,21,108); }

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

border-color css

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

 span { border-color: rgb(47,21,108); }

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