Html Css Color HEX #261371 Persian Indigo

📋 copy color: '#261371'

red 38 ◦ green 19 ◦ blue 113

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

Shades of Persian Indigo #261371

Tints of Persian Indigo #261371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 22.35%
G = 11.18%
B = 66.47%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#261371 (or 0x261371) is known color: Persian Indigo. HEX triplet: 26, 13 and 71. RGB value is (38,19,113). Sum of RGB (Red+Green+Blue) = 38+19+113=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #261371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261371 is #D9EC8E. Grayscale: #232323. Windows color (decimal): -14281871 or 7410470. OLE color: 7410470.

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

Color convert

RGB 38 19 113 -
CMYK 0.66 0.83 0 0.56
HSL 252.13º 0.71% 0.26% -
HSV(B) 252.13º 0.83% 0.44% -
XYZ 4.01 2.07 15.81 -
YUV 35.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 38 19 113 0.66 0.83 0 0.56 252.13 0.71 0.26
Hex 26 13 71 42 53 0 38 FC 47 1A
Octal 46 23 161 102 123 0 70 374 107 32
Binary 100110 10011 1110001 1000010 1010011 0 111000 11111100 1000111 11010

Color Harmonies of #261371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261371

Black with #261371

Text Example


Text Example

White with #261371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261371; }

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

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

background-color css

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

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

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

border-color css

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

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

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