Html Css Color HEX #431285 Persian Indigo

📋 copy color: '#431285'

red 67 ◦ green 18 ◦ blue 133

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

Shades of Persian Indigo #431285

Tints of Persian Indigo #431285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.01%

R = 30.73%
G = 8.26%
B = 61.01%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#431285 (or 0x431285) is known color: Persian Indigo. HEX triplet: 43, 12 and 85. RGB value is (67,18,133). Sum of RGB (Red+Green+Blue) = 67+18+133=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #431285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431285 is #BCED7A. Grayscale: #2D2D2D. Windows color (decimal): -12381563 or 8720963. OLE color: 8720963.

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

Color convert

RGB 67 18 133 -
CMYK 0.50 0.86 0 0.48
HSL 265.57º 0.76% 0.3% -
HSV(B) 265.57º 0.86% 0.52% -
XYZ 6.76 3.32 22.47 -
YUV 45.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 67 18 133 0.50 0.86 0 0.48 265.57 0.76 0.3
Hex 43 12 85 32 56 0 30 10A 4C 1E
Octal 103 22 205 62 126 0 60 412 114 36
Binary 1000011 10010 10000101 110010 1010110 0 110000 100001010 1001100 11110

Color Harmonies of #431285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431285

Black with #431285

Text Example


Text Example

White with #431285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431285; }

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

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

background-color css

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

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

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

border-color css

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

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

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