Html Css Color HEX #2F0098 Persian Indigo

📋 copy color: '#2F0098'

red 47 ◦ green 0 ◦ blue 152

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

Shades of Persian Indigo #2F0098

Tints of Persian Indigo #2F0098

RGB

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

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

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

R = 23.62%
G = 0%
B = 76.38%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F0098 (or 0x2F0098) is known color: Persian Indigo. HEX triplet: 2F, 00 and 98. RGB value is (47,0,152). Sum of RGB (Red+Green+Blue) = 47+0+152=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F0098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0098 is #D0FF67. Grayscale: #1E1E1E. Windows color (decimal): -13696872 or 9961519. OLE color: 9961519.

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

Color convert

RGB 47 0 152 -
CMYK 0.69 1 0 0.40
HSL 258.55º 1% 0.3% -
HSV(B) 258.55º 1% 0.6% -
XYZ 6.84 2.87 29.9 -
YUV 31.38 196.07 139.14 -
System Red Green Blue C M Y K H S L
Decimal 47 0 152 0.69 1 0 0.40 258.55 1 0.3
Hex 2F 0 98 45 64 0 28 103 64 1E
Octal 57 0 230 105 144 0 50 403 144 36
Binary 101111 0 10011000 1000101 1100100 0 101000 100000011 1100100 11110

Color Harmonies of #2F0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0098

Black with #2F0098

Text Example


Text Example

White with #2F0098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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