Html Css Color HEX #261877 Persian Indigo

📋 copy color: '#261877'

red 38 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #261877

Tints of Persian Indigo #261877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 119 (46.88% from 255) = 65.75%

R = 20.99%
G = 13.26%
B = 65.75%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#261877 (or 0x261877) is known color: Persian Indigo. HEX triplet: 26, 18 and 77. RGB value is (38,24,119). Sum of RGB (Red+Green+Blue) = 38+24+119=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #261877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261877 is #D9E788. Grayscale: #262626. Windows color (decimal): -14280585 or 7804966. OLE color: 7804966.

HSL color Cylindrical-coordinate representation of color #261877: hue angle of 248.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261877 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 24 119 -
CMYK 0.68 0.80 0 0.53
HSL 248.84º 0.66% 0.28% -
HSV(B) 248.84º 0.8% 0.47% -
XYZ 4.46 2.4 17.68 -
YUV 39.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 38 24 119 0.68 0.80 0 0.53 248.84 0.66 0.28
Hex 26 18 77 44 50 0 35 F9 42 1C
Octal 46 30 167 104 120 0 65 371 102 34
Binary 100110 11000 1110111 1000100 1010000 0 110101 11111001 1000010 11100

Color Harmonies of #261877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261877

Black with #261877

Text Example


Text Example

White with #261877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261877; }

 p { color: rgb(38,24,119); }

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

background-color css

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

 a { background-color: rgb(38,24,119); }

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

border-color css

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

 span { border-color: rgb(38,24,119); }

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