Html Css Color HEX #260D77 Persian Indigo

📋 copy color: '#260D77'

red 38 ◦ green 13 ◦ blue 119

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

Shades of Persian Indigo #260D77

Tints of Persian Indigo #260D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.65%

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

R = 22.35%
G = 7.65%
B = 70%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260D77 (or 0x260D77) is known color: Persian Indigo. HEX triplet: 26, 0D and 77. RGB value is (38,13,119). Sum of RGB (Red+Green+Blue) = 38+13+119=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #260D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D77 is #D9F288. Grayscale: #202020. Windows color (decimal): -14283401 or 7802150. OLE color: 7802150.

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

Color convert

RGB 38 13 119 -
CMYK 0.68 0.89 0 0.53
HSL 254.15º 0.8% 0.26% -
HSV(B) 254.15º 0.89% 0.47% -
XYZ 4.27 2.03 17.62 -
YUV 32.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 38 13 119 0.68 0.89 0 0.53 254.15 0.8 0.26
Hex 26 D 77 44 59 0 35 FE 50 1A
Octal 46 15 167 104 131 0 65 376 120 32
Binary 100110 1101 1110111 1000100 1011001 0 110101 11111110 1010000 11010

Color Harmonies of #260D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D77

Black with #260D77

Text Example


Text Example

White with #260D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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