Html Css Color HEX #261684 Persian Indigo

📋 copy color: '#261684'

red 38 ◦ green 22 ◦ blue 132

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

Shades of Persian Indigo #261684

Tints of Persian Indigo #261684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 19.79%
G = 11.46%
B = 68.75%

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

#261684 (or 0x261684) is known color: Persian Indigo. HEX triplet: 26, 16 and 84. RGB value is (38,22,132). Sum of RGB (Red+Green+Blue) = 38+22+132=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #261684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261684 is #D9E97B. Grayscale: #262626. Windows color (decimal): -14281084 or 8656422. OLE color: 8656422.

HSL color Cylindrical-coordinate representation of color #261684: hue angle of 248.73º degrees, saturation: 0.71, 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 #261684 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 22 132 -
CMYK 0.71 0.83 0 0.48
HSL 248.73º 0.71% 0.3% -
HSV(B) 248.73º 0.83% 0.52% -
XYZ 5.25 2.65 22.06 -
YUV 39.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 38 22 132 0.71 0.83 0 0.48 248.73 0.71 0.3
Hex 26 16 84 47 53 0 30 F9 47 1E
Octal 46 26 204 107 123 0 60 371 107 36
Binary 100110 10110 10000100 1000111 1010011 0 110000 11111001 1000111 11110

Color Harmonies of #261684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261684

Black with #261684

Text Example


Text Example

White with #261684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261684; }

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

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

background-color css

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

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

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

border-color css

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

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

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