Html Css Color HEX #260766 Persian Indigo

📋 copy color: '#260766'

red 38 ◦ green 7 ◦ blue 102

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

Shades of Persian Indigo #260766

Tints of Persian Indigo #260766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

 BLUE value IS 102 (40.23% from 255) = 69.39%

R = 25.85%
G = 4.76%
B = 69.39%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#260766 (or 0x260766) is known color: Persian Indigo. HEX triplet: 26, 07 and 66. RGB value is (38,7,102). Sum of RGB (Red+Green+Blue) = 38+7+102=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #260766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260766 is #D9F899. Grayscale: #1A1A1A. Windows color (decimal): -14284954 or 6686502. OLE color: 6686502.

HSL color Cylindrical-coordinate representation of color #260766: hue angle of 259.58º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260766 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 7 102 -
CMYK 0.63 0.93 0 0.6
HSL 259.58º 0.87% 0.21% -
HSV(B) 259.58º 0.93% 0.4% -
XYZ 3.27 1.52 12.69 -
YUV 27.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 38 7 102 0.63 0.93 0 0.6 259.58 0.87 0.21
Hex 26 7 66 3F 5D 0 3C 104 57 15
Octal 46 7 146 77 135 0 74 404 127 25
Binary 100110 111 1100110 111111 1011101 0 111100 100000100 1010111 10101

Color Harmonies of #260766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260766

Black with #260766

Text Example


Text Example

White with #260766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260766; }

 p { color: rgb(38,7,102); }

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

background-color css

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

 a { background-color: rgb(38,7,102); }

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

border-color css

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

 span { border-color: rgb(38,7,102); }

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