Html Css Color HEX #431290 Persian Indigo

📋 copy color: '#431290'

red 67 ◦ green 18 ◦ blue 144

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

Shades of Persian Indigo #431290

Tints of Persian Indigo #431290

RGB

 RED value IS 67 (26.56% from 255) = 29.26%

 GREEN value IS 18 (7.42% from 255) = 7.86%

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

R = 29.26%
G = 7.86%
B = 62.88%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#431290 (or 0x431290) is known color: Persian Indigo. HEX triplet: 43, 12 and 90. RGB value is (67,18,144). Sum of RGB (Red+Green+Blue) = 67+18+144=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #431290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431290 is #BCED6F. Grayscale: #2E2E2E. Windows color (decimal): -12381552 or 9441859. OLE color: 9441859.

HSL color Cylindrical-coordinate representation of color #431290: hue angle of 263.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431290 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 18 144 -
CMYK 0.53 0.88 0 0.44
HSL 263.33º 0.78% 0.32% -
HSV(B) 263.33º 0.88% 0.56% -
XYZ 7.57 3.64 26.69 -
YUV 47.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 67 18 144 0.53 0.88 0 0.44 263.33 0.78 0.32
Hex 43 12 90 35 58 0 2C 107 4E 20
Octal 103 22 220 65 130 0 54 407 116 40
Binary 1000011 10010 10010000 110101 1011000 0 101100 100000111 1001110 100000

Color Harmonies of #431290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431290

Black with #431290

Text Example


Text Example

White with #431290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431290; }

 p { color: rgb(67,18,144); }

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

background-color css

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

 a { background-color: rgb(67,18,144); }

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

border-color css

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

 span { border-color: rgb(67,18,144); }

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