Html Css Color HEX #260569 Persian Indigo

📋 copy color: '#260569'

red 38 ◦ green 5 ◦ blue 105

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

Shades of Persian Indigo #260569

Tints of Persian Indigo #260569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

 BLUE value IS 105 (41.41% from 255) = 70.95%

R = 25.68%
G = 3.38%
B = 70.95%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260569 (or 0x260569) is known color: Persian Indigo. HEX triplet: 26, 05 and 69. RGB value is (38,5,105). Sum of RGB (Red+Green+Blue) = 38+5+105=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #260569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260569 is #D9FA96. Grayscale: #191919. Windows color (decimal): -14285463 or 6882598. OLE color: 6882598.

HSL color Cylindrical-coordinate representation of color #260569: hue angle of 259.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260569 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 5 105 -
CMYK 0.64 0.95 0 0.59
HSL 259.8º 0.91% 0.22% -
HSV(B) 259.8º 0.95% 0.41% -
XYZ 3.4 1.54 13.48 -
YUV 26.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 38 5 105 0.64 0.95 0 0.59 259.8 0.91 0.22
Hex 26 5 69 40 5F 0 3B 104 5B 16
Octal 46 5 151 100 137 0 73 404 133 26
Binary 100110 101 1101001 1000000 1011111 0 111011 100000100 1011011 10110

Color Harmonies of #260569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260569

Black with #260569

Text Example


Text Example

White with #260569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260569; }

 p { color: rgb(38,5,105); }

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

background-color css

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

 a { background-color: rgb(38,5,105); }

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

border-color css

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

 span { border-color: rgb(38,5,105); }

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