Html Css Color HEX #421788 Persian Indigo

📋 copy color: '#421788'

red 66 ◦ green 23 ◦ blue 136

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

Shades of Persian Indigo #421788

Tints of Persian Indigo #421788

RGB

 RED value IS 66 (26.17% from 255) = 29.33%

 GREEN value IS 23 (9.38% from 255) = 10.22%

 BLUE value IS 136 (53.52% from 255) = 60.44%

R = 29.33%
G = 10.22%
B = 60.44%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#421788 (or 0x421788) is known color: Persian Indigo. HEX triplet: 42, 17 and 88. RGB value is (66,23,136). Sum of RGB (Red+Green+Blue) = 66+23+136=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #421788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421788 is #BDE877. Grayscale: #303030. Windows color (decimal): -12445816 or 8918850. OLE color: 8918850.

HSL color Cylindrical-coordinate representation of color #421788: hue angle of 262.83º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421788 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 23 136 -
CMYK 0.51 0.83 0 0.47
HSL 262.83º 0.71% 0.31% -
HSV(B) 262.83º 0.83% 0.53% -
XYZ 7 3.55 23.61 -
YUV 48.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 66 23 136 0.51 0.83 0 0.47 262.83 0.71 0.31
Hex 42 17 88 33 53 0 2F 107 47 1F
Octal 102 27 210 63 123 0 57 407 107 37
Binary 1000010 10111 10001000 110011 1010011 0 101111 100000111 1000111 11111

Color Harmonies of #421788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421788

Black with #421788

Text Example


Text Example

White with #421788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421788; }

 p { color: rgb(66,23,136); }

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

background-color css

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

 a { background-color: rgb(66,23,136); }

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

border-color css

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

 span { border-color: rgb(66,23,136); }

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