Html Css Color HEX #451898 Persian Indigo

📋 copy color: '#451898'

red 69 ◦ green 24 ◦ blue 152

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

Shades of Persian Indigo #451898

Tints of Persian Indigo #451898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

 BLUE value IS 152 (59.77% from 255) = 62.04%

R = 28.16%
G = 9.8%
B = 62.04%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#451898 (or 0x451898) is known color: Persian Indigo. HEX triplet: 45, 18 and 98. RGB value is (69,24,152). Sum of RGB (Red+Green+Blue) = 69+24+152=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #451898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451898 is #BAE767. Grayscale: #333333. Windows color (decimal): -12248936 or 9967685. OLE color: 9967685.

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

Color convert

RGB 69 24 152 -
CMYK 0.55 0.84 0 0.40
HSL 261.09º 0.73% 0.35% -
HSV(B) 261.09º 0.84% 0.6% -
XYZ 8.45 4.19 30.07 -
YUV 52.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 69 24 152 0.55 0.84 0 0.40 261.09 0.73 0.35
Hex 45 18 98 37 54 0 28 105 49 23
Octal 105 30 230 67 124 0 50 405 111 43
Binary 1000101 11000 10011000 110111 1010100 0 101000 100000101 1001001 100011

Color Harmonies of #451898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451898

Black with #451898

Text Example


Text Example

White with #451898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451898; }

 p { color: rgb(69,24,152); }

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

background-color css

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

 a { background-color: rgb(69,24,152); }

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

border-color css

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

 span { border-color: rgb(69,24,152); }

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