Html Css Color HEX #431A95 Persian Indigo

📋 copy color: '#431A95'

red 67 ◦ green 26 ◦ blue 149

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

Shades of Persian Indigo #431A95

Tints of Persian Indigo #431A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

 BLUE value IS 149 (58.59% from 255) = 61.57%

R = 27.69%
G = 10.74%
B = 61.57%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#431A95 (or 0x431A95) is known color: Persian Indigo. HEX triplet: 43, 1A and 95. RGB value is (67,26,149). Sum of RGB (Red+Green+Blue) = 67+26+149=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #431A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431A95 is #BCE56A. Grayscale: #333333. Windows color (decimal): -12379499 or 9771587. OLE color: 9771587.

HSL color Cylindrical-coordinate representation of color #431A95: hue angle of 260º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431A95 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 26 149 -
CMYK 0.55 0.83 0 0.42
HSL 260º 0.7% 0.34% -
HSV(B) 260º 0.83% 0.58% -
XYZ 8.11 4.1 28.8 -
YUV 52.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 67 26 149 0.55 0.83 0 0.42 260 0.7 0.34
Hex 43 1A 95 37 53 0 2A 104 46 22
Octal 103 32 225 67 123 0 52 404 106 42
Binary 1000011 11010 10010101 110111 1010011 0 101010 100000100 1000110 100010

Color Harmonies of #431A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A95

Black with #431A95

Text Example


Text Example

White with #431A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431A95; }

 p { color: rgb(67,26,149); }

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

background-color css

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

 a { background-color: rgb(67,26,149); }

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

border-color css

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

 span { border-color: rgb(67,26,149); }

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