Html Css Color HEX #42197B Persian Indigo

📋 copy color: '#42197B'

red 66 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #42197B

Tints of Persian Indigo #42197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 123 (48.44% from 255) = 57.48%

R = 30.84%
G = 11.68%
B = 57.48%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42197B (or 0x42197B) is known color: Persian Indigo. HEX triplet: 42, 19 and 7B. RGB value is (66,25,123). Sum of RGB (Red+Green+Blue) = 66+25+123=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #42197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42197B is #BDE684. Grayscale: #303030. Windows color (decimal): -12445317 or 8067394. OLE color: 8067394.

HSL color Cylindrical-coordinate representation of color #42197B: hue angle of 265.1º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42197B is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 25 123 -
CMYK 0.46 0.80 0 0.52
HSL 265.1º 0.66% 0.29% -
HSV(B) 265.1º 0.8% 0.48% -
XYZ 6.17 3.28 19.05 -
YUV 48.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 66 25 123 0.46 0.80 0 0.52 265.1 0.66 0.29
Hex 42 19 7B 2E 50 0 34 109 42 1D
Octal 102 31 173 56 120 0 64 411 102 35
Binary 1000010 11001 1111011 101110 1010000 0 110100 100001001 1000010 11101

Color Harmonies of #42197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42197B

Black with #42197B

Text Example


Text Example

White with #42197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42197B; }

 p { color: rgb(66,25,123); }

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

background-color css

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

 a { background-color: rgb(66,25,123); }

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

border-color css

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

 span { border-color: rgb(66,25,123); }

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