Html Css Color HEX #261471 Persian Indigo

📋 copy color: '#261471'

red 38 ◦ green 20 ◦ blue 113

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

Shades of Persian Indigo #261471

Tints of Persian Indigo #261471

RGB

 RED value IS 38 (15.23% from 255) = 22.22%

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

 BLUE value IS 113 (44.53% from 255) = 66.08%

R = 22.22%
G = 11.7%
B = 66.08%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#261471 (or 0x261471) is known color: Persian Indigo. HEX triplet: 26, 14 and 71. RGB value is (38,20,113). Sum of RGB (Red+Green+Blue) = 38+20+113=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #261471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261471 is #D9EB8E. Grayscale: #232323. Windows color (decimal): -14281615 or 7410726. OLE color: 7410726.

HSL color Cylindrical-coordinate representation of color #261471: hue angle of 251.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261471 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 20 113 -
CMYK 0.66 0.82 0 0.56
HSL 251.61º 0.7% 0.26% -
HSV(B) 251.61º 0.82% 0.44% -
XYZ 4.03 2.1 15.82 -
YUV 35.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 38 20 113 0.66 0.82 0 0.56 251.61 0.7 0.26
Hex 26 14 71 42 52 0 38 FC 46 1A
Octal 46 24 161 102 122 0 70 374 106 32
Binary 100110 10100 1110001 1000010 1010010 0 111000 11111100 1000110 11010

Color Harmonies of #261471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261471

Black with #261471

Text Example


Text Example

White with #261471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261471; }

 p { color: rgb(38,20,113); }

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

background-color css

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

 a { background-color: rgb(38,20,113); }

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

border-color css

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

 span { border-color: rgb(38,20,113); }

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