Html Css Color HEX #2F0190 Persian Indigo

📋 copy color: '#2F0190'

red 47 ◦ green 1 ◦ blue 144

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

Shades of Persian Indigo #2F0190

Tints of Persian Indigo #2F0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 144 (56.64% from 255) = 75%

R = 24.48%
G = 0.52%
B = 75%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F0190 (or 0x2F0190) is known color: Persian Indigo. HEX triplet: 2F, 01 and 90. RGB value is (47,1,144). Sum of RGB (Red+Green+Blue) = 47+1+144=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F0190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0190 is #D0FE6F. Grayscale: #1E1E1E. Windows color (decimal): -13696624 or 9437487. OLE color: 9437487.

HSL color Cylindrical-coordinate representation of color #2F0190: hue angle of 259.3º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0190 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 1 144 -
CMYK 0.67 0.99 0 0.44
HSL 259.3º 0.99% 0.28% -
HSV(B) 259.3º 0.99% 0.56% -
XYZ 6.22 2.64 26.57 -
YUV 31.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 47 1 144 0.67 0.99 0 0.44 259.3 0.99 0.28
Hex 2F 1 90 43 63 0 2C 103 63 1C
Octal 57 1 220 103 143 0 54 403 143 34
Binary 101111 1 10010000 1000011 1100011 0 101100 100000011 1100011 11100

Color Harmonies of #2F0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0190

Black with #2F0190

Text Example


Text Example

White with #2F0190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,1,144); }

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

background-color css

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

 a { background-color: rgb(47,1,144); }

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

border-color css

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

 span { border-color: rgb(47,1,144); }

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