Html Css Color HEX #261784 Persian Indigo

📋 copy color: '#261784'

red 38 ◦ green 23 ◦ blue 132

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

Shades of Persian Indigo #261784

Tints of Persian Indigo #261784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 132 (51.95% from 255) = 68.39%

R = 19.69%
G = 11.92%
B = 68.39%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#261784 (or 0x261784) is known color: Persian Indigo. HEX triplet: 26, 17 and 84. RGB value is (38,23,132). Sum of RGB (Red+Green+Blue) = 38+23+132=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #261784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261784 is #D9E87B. Grayscale: #272727. Windows color (decimal): -14280828 or 8656678. OLE color: 8656678.

HSL color Cylindrical-coordinate representation of color #261784: hue angle of 248.26º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261784 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 23 132 -
CMYK 0.71 0.83 0 0.48
HSL 248.26º 0.7% 0.3% -
HSV(B) 248.26º 0.83% 0.52% -
XYZ 5.27 2.69 22.07 -
YUV 39.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 38 23 132 0.71 0.83 0 0.48 248.26 0.7 0.3
Hex 26 17 84 47 53 0 30 F8 46 1E
Octal 46 27 204 107 123 0 60 370 106 36
Binary 100110 10111 10000100 1000111 1010011 0 110000 11111000 1000110 11110

Color Harmonies of #261784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261784

Black with #261784

Text Example


Text Example

White with #261784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261784; }

 p { color: rgb(38,23,132); }

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

background-color css

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

 a { background-color: rgb(38,23,132); }

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

border-color css

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

 span { border-color: rgb(38,23,132); }

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