Html Css Color HEX #451694 Persian Indigo

📋 copy color: '#451694'

red 69 ◦ green 22 ◦ blue 148

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

Shades of Persian Indigo #451694

Tints of Persian Indigo #451694

RGB

 RED value IS 69 (27.34% from 255) = 28.87%

 GREEN value IS 22 (8.98% from 255) = 9.21%

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 28.87%
G = 9.21%
B = 61.92%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#451694 (or 0x451694) is known color: Persian Indigo. HEX triplet: 45, 16 and 94. RGB value is (69,22,148). Sum of RGB (Red+Green+Blue) = 69+22+148=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #451694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451694 is #BAE96B. Grayscale: #313131. Windows color (decimal): -12249452 or 9705029. OLE color: 9705029.

HSL color Cylindrical-coordinate representation of color #451694: hue angle of 262.38º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451694 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 22 148 -
CMYK 0.53 0.85 0 0.42
HSL 262.38º 0.74% 0.33% -
HSV(B) 262.38º 0.85% 0.58% -
XYZ 8.09 3.98 28.36 -
YUV 50.42 183.07 141.25 -
System Red Green Blue C M Y K H S L
Decimal 69 22 148 0.53 0.85 0 0.42 262.38 0.74 0.33
Hex 45 16 94 35 55 0 2A 106 4A 21
Octal 105 26 224 65 125 0 52 406 112 41
Binary 1000101 10110 10010100 110101 1010101 0 101010 100000110 1001010 100001

Color Harmonies of #451694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451694

Black with #451694

Text Example


Text Example

White with #451694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451694; }

 p { color: rgb(69,22,148); }

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

background-color css

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

 a { background-color: rgb(69,22,148); }

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

border-color css

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

 span { border-color: rgb(69,22,148); }

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