Html Css Color HEX #2F2298 Persian Indigo

📋 copy color: '#2F2298'

red 47 ◦ green 34 ◦ blue 152

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

Shades of Persian Indigo #2F2298

Tints of Persian Indigo #2F2298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 152 (59.77% from 255) = 65.24%

R = 20.17%
G = 14.59%
B = 65.24%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F2298 (or 0x2F2298) is known color: Persian Indigo. HEX triplet: 2F, 22 and 98. RGB value is (47,34,152). Sum of RGB (Red+Green+Blue) = 47+34+152=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F2298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2298 is #D0DD67. Grayscale: #323232. Windows color (decimal): -13688168 or 9970223. OLE color: 9970223.

HSL color Cylindrical-coordinate representation of color #2F2298: hue angle of 246.61º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F2298 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 34 152 -
CMYK 0.69 0.78 0 0.40
HSL 246.61º 0.63% 0.36% -
HSV(B) 246.61º 0.78% 0.6% -
XYZ 7.41 4.02 30.09 -
YUV 51.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 47 34 152 0.69 0.78 0 0.40 246.61 0.63 0.36
Hex 2F 22 98 45 4E 0 28 F7 3F 24
Octal 57 42 230 105 116 0 50 367 77 44
Binary 101111 100010 10011000 1000101 1001110 0 101000 11110111 111111 100100

Color Harmonies of #2F2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2298

Black with #2F2298

Text Example


Text Example

White with #2F2298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,34,152); }

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

background-color css

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

 a { background-color: rgb(47,34,152); }

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

border-color css

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

 span { border-color: rgb(47,34,152); }

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