Html Css Color HEX #2F0092 Persian Indigo

📋 copy color: '#2F0092'

red 47 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #2F0092

Tints of Persian Indigo #2F0092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.65%

R = 24.35%
G = 0%
B = 75.65%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F0092 (or 0x2F0092) is known color: Persian Indigo. HEX triplet: 2F, 00 and 92. RGB value is (47,0,146). Sum of RGB (Red+Green+Blue) = 47+0+146=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0092 is #D0FF6D. Grayscale: #1E1E1E. Windows color (decimal): -13696878 or 9568303. OLE color: 9568303.

HSL color Cylindrical-coordinate representation of color #2F0092: hue angle of 259.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0092 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 0 146 -
CMYK 0.68 1 0 0.43
HSL 259.32º 1% 0.29% -
HSV(B) 259.32º 1% 0.57% -
XYZ 6.36 2.68 27.38 -
YUV 30.7 193.07 139.63 -
System Red Green Blue C M Y K H S L
Decimal 47 0 146 0.68 1 0 0.43 259.32 1 0.29
Hex 2F 0 92 44 64 0 2B 103 64 1D
Octal 57 0 222 104 144 0 53 403 144 35
Binary 101111 0 10010010 1000100 1100100 0 101011 100000011 1100100 11101

Color Harmonies of #2F0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0092

Black with #2F0092

Text Example


Text Example

White with #2F0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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