Html Css Color HEX #2F2397 Persian Indigo

📋 copy color: '#2F2397'

red 47 ◦ green 35 ◦ blue 151

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

Shades of Persian Indigo #2F2397

Tints of Persian Indigo #2F2397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

 BLUE value IS 151 (59.38% from 255) = 64.81%

R = 20.17%
G = 15.02%
B = 64.81%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F2397 (or 0x2F2397) is known color: Persian Indigo. HEX triplet: 2F, 23 and 97. RGB value is (47,35,151). Sum of RGB (Red+Green+Blue) = 47+35+151=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F2397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2397 is #D0DC68. Grayscale: #333333. Windows color (decimal): -13687913 or 9904943. OLE color: 9904943.

HSL color Cylindrical-coordinate representation of color #2F2397: hue angle of 246.21º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2397 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 35 151 -
CMYK 0.69 0.77 0 0.41
HSL 246.21º 0.62% 0.36% -
HSV(B) 246.21º 0.77% 0.59% -
XYZ 7.36 4.04 29.67 -
YUV 51.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 47 35 151 0.69 0.77 0 0.41 246.21 0.62 0.36
Hex 2F 23 97 45 4D 0 29 F6 3E 24
Octal 57 43 227 105 115 0 51 366 76 44
Binary 101111 100011 10010111 1000101 1001101 0 101001 11110110 111110 100100

Color Harmonies of #2F2397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2397

Black with #2F2397

Text Example


Text Example

White with #2F2397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,35,151); }

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

background-color css

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

 a { background-color: rgb(47,35,151); }

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

border-color css

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

 span { border-color: rgb(47,35,151); }

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