Html Css Color HEX #2F189A Persian Indigo

📋 copy color: '#2F189A'

red 47 ◦ green 24 ◦ blue 154

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

Shades of Persian Indigo #2F189A

Tints of Persian Indigo #2F189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 154 (60.55% from 255) = 68.44%

R = 20.89%
G = 10.67%
B = 68.44%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F189A (or 0x2F189A) is known color: Persian Indigo. HEX triplet: 2F, 18 and 9A. RGB value is (47,24,154). Sum of RGB (Red+Green+Blue) = 47+24+154=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F189A is #D0E765. Grayscale: #2D2D2D. Windows color (decimal): -13690726 or 10098735. OLE color: 10098735.

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

Color convert

RGB 47 24 154 -
CMYK 0.69 0.84 0 0.40
HSL 250.62º 0.73% 0.35% -
HSV(B) 250.62º 0.84% 0.6% -
XYZ 7.33 3.59 30.88 -
YUV 45.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 47 24 154 0.69 0.84 0 0.40 250.62 0.73 0.35
Hex 2F 18 9A 45 54 0 28 FB 49 23
Octal 57 30 232 105 124 0 50 373 111 43
Binary 101111 11000 10011010 1000101 1010100 0 101000 11111011 1001001 100011

Color Harmonies of #2F189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F189A

Black with #2F189A

Text Example


Text Example

White with #2F189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,24,154); }

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

background-color css

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

 a { background-color: rgb(47,24,154); }

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

border-color css

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

 span { border-color: rgb(47,24,154); }

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