Html Css Color HEX #260969 Persian Indigo

📋 copy color: '#260969'

red 38 ◦ green 9 ◦ blue 105

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

Shades of Persian Indigo #260969

Tints of Persian Indigo #260969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

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

R = 25%
G = 5.92%
B = 69.08%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260969 (or 0x260969) is known color: Persian Indigo. HEX triplet: 26, 09 and 69. RGB value is (38,9,105). Sum of RGB (Red+Green+Blue) = 38+9+105=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #260969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260969 is #D9F696. Grayscale: #1C1C1C. Windows color (decimal): -14284439 or 6883622. OLE color: 6883622.

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

Color convert

RGB 38 9 105 -
CMYK 0.64 0.91 0 0.59
HSL 258.13º 0.84% 0.22% -
HSV(B) 258.13º 0.91% 0.41% -
XYZ 3.45 1.63 13.5 -
YUV 28.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 38 9 105 0.64 0.91 0 0.59 258.13 0.84 0.22
Hex 26 9 69 40 5B 0 3B 102 54 16
Octal 46 11 151 100 133 0 73 402 124 26
Binary 100110 1001 1101001 1000000 1011011 0 111011 100000010 1010100 10110

Color Harmonies of #260969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260969

Black with #260969

Text Example


Text Example

White with #260969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260969; }

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

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

background-color css

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

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

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

border-color css

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

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

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