Html Css Color HEX #41197B Persian Indigo

📋 copy color: '#41197B'

red 65 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #41197B

Tints of Persian Indigo #41197B

RGB

 RED value IS 65 (25.78% from 255) = 30.52%

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

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

R = 30.52%
G = 11.74%
B = 57.75%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41197B (or 0x41197B) is known color: Persian Indigo. HEX triplet: 41, 19 and 7B. RGB value is (65,25,123). Sum of RGB (Red+Green+Blue) = 65+25+123=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #41197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41197B is #BEE684. Grayscale: #2F2F2F. Windows color (decimal): -12510853 or 8067393. OLE color: 8067393.

HSL color Cylindrical-coordinate representation of color #41197B: hue angle of 264.49º 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 #41197B is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 25 123 -
CMYK 0.47 0.80 0 0.52
HSL 264.49º 0.66% 0.29% -
HSV(B) 264.49º 0.8% 0.48% -
XYZ 6.1 3.25 19.04 -
YUV 48.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 65 25 123 0.47 0.80 0 0.52 264.49 0.66 0.29
Hex 41 19 7B 2F 50 0 34 108 42 1D
Octal 101 31 173 57 120 0 64 410 102 35
Binary 1000001 11001 1111011 101111 1010000 0 110100 100001000 1000010 11101

Color Harmonies of #41197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41197B

Black with #41197B

Text Example


Text Example

White with #41197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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