Html Css Color HEX #431281 Persian Indigo

📋 copy color: '#431281'

red 67 ◦ green 18 ◦ blue 129

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

Shades of Persian Indigo #431281

Tints of Persian Indigo #431281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.28%

R = 31.31%
G = 8.41%
B = 60.28%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#431281 (or 0x431281) is known color: Persian Indigo. HEX triplet: 43, 12 and 81. RGB value is (67,18,129). Sum of RGB (Red+Green+Blue) = 67+18+129=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #431281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431281 is #BCED7E. Grayscale: #2C2C2C. Windows color (decimal): -12381567 or 8458819. OLE color: 8458819.

HSL color Cylindrical-coordinate representation of color #431281: hue angle of 266.49º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431281 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 18 129 -
CMYK 0.48 0.86 0 0.49
HSL 266.49º 0.76% 0.29% -
HSV(B) 266.49º 0.86% 0.51% -
XYZ 6.49 3.21 21.05 -
YUV 45.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 67 18 129 0.48 0.86 0 0.49 266.49 0.76 0.29
Hex 43 12 81 30 56 0 31 10A 4C 1D
Octal 103 22 201 60 126 0 61 412 114 35
Binary 1000011 10010 10000001 110000 1010110 0 110001 100001010 1001100 11101

Color Harmonies of #431281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431281

Black with #431281

Text Example


Text Example

White with #431281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431281; }

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

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

background-color css

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

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

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

border-color css

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

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

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