Html Css Color HEX #451885 Persian Indigo

📋 copy color: '#451885'

red 69 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #451885

Tints of Persian Indigo #451885

RGB

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

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

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

R = 30.53%
G = 10.62%
B = 58.85%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#451885 (or 0x451885) is known color: Persian Indigo. HEX triplet: 45, 18 and 85. RGB value is (69,24,133). Sum of RGB (Red+Green+Blue) = 69+24+133=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #451885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451885 is #BAE77A. Grayscale: #313131. Windows color (decimal): -12248955 or 8722501. OLE color: 8722501.

HSL color Cylindrical-coordinate representation of color #451885: hue angle of 264.77º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451885 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 24 133 -
CMYK 0.48 0.82 0 0.48
HSL 264.77º 0.69% 0.31% -
HSV(B) 264.77º 0.82% 0.52% -
XYZ 7.01 3.61 22.52 -
YUV 49.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 69 24 133 0.48 0.82 0 0.48 264.77 0.69 0.31
Hex 45 18 85 30 52 0 30 109 45 1F
Octal 105 30 205 60 122 0 60 411 105 37
Binary 1000101 11000 10000101 110000 1010010 0 110000 100001001 1000101 11111

Color Harmonies of #451885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451885

Black with #451885

Text Example


Text Example

White with #451885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451885; }

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

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

background-color css

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

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

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

border-color css

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

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

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