Html Css Color HEX #431273 Persian Indigo

📋 copy color: '#431273'

red 67 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #431273

Tints of Persian Indigo #431273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 33.5%
G = 9%
B = 57.5%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#431273 (or 0x431273) is known color: Persian Indigo. HEX triplet: 43, 12 and 73. RGB value is (67,18,115). Sum of RGB (Red+Green+Blue) = 67+18+115=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #431273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431273 is #BCED8C. Grayscale: #2B2B2B. Windows color (decimal): -12381581 or 7541315. OLE color: 7541315.

HSL color Cylindrical-coordinate representation of color #431273: hue angle of 270.31º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431273 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 18 115 -
CMYK 0.42 0.84 0 0.55
HSL 270.31º 0.73% 0.26% -
HSV(B) 270.31º 0.84% 0.45% -
XYZ 5.63 2.86 16.48 -
YUV 43.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 67 18 115 0.42 0.84 0 0.55 270.31 0.73 0.26
Hex 43 12 73 2A 54 0 37 10E 49 1A
Octal 103 22 163 52 124 0 67 416 111 32
Binary 1000011 10010 1110011 101010 1010100 0 110111 100001110 1001001 11010

Color Harmonies of #431273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431273

Black with #431273

Text Example


Text Example

White with #431273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431273; }

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

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

background-color css

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

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

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

border-color css

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

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

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