Html Css Color HEX #42147B Persian Indigo

📋 copy color: '#42147B'

red 66 ◦ green 20 ◦ blue 123

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

Shades of Persian Indigo #42147B

Tints of Persian Indigo #42147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

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

R = 31.58%
G = 9.57%
B = 58.85%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42147B (or 0x42147B) is known color: Persian Indigo. HEX triplet: 42, 14 and 7B. RGB value is (66,20,123). Sum of RGB (Red+Green+Blue) = 66+20+123=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #42147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42147B is #BDEB84. Grayscale: #2D2D2D. Windows color (decimal): -12446597 or 8066114. OLE color: 8066114.

HSL color Cylindrical-coordinate representation of color #42147B: hue angle of 266.8º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42147B is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 20 123 -
CMYK 0.46 0.84 0 0.52
HSL 266.8º 0.72% 0.28% -
HSV(B) 266.8º 0.84% 0.48% -
XYZ 6.07 3.09 19.02 -
YUV 45.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 66 20 123 0.46 0.84 0 0.52 266.8 0.72 0.28
Hex 42 14 7B 2E 54 0 34 10B 48 1C
Octal 102 24 173 56 124 0 64 413 110 34
Binary 1000010 10100 1111011 101110 1010100 0 110100 100001011 1001000 11100

Color Harmonies of #42147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42147B

Black with #42147B

Text Example


Text Example

White with #42147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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