Html Css Color HEX #260A69 Persian Indigo

📋 copy color: '#260A69'

red 38 ◦ green 10 ◦ blue 105

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

Shades of Persian Indigo #260A69

Tints of Persian Indigo #260A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.54%

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

R = 24.84%
G = 6.54%
B = 68.63%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260A69 (or 0x260A69) is known color: Persian Indigo. HEX triplet: 26, 0A and 69. RGB value is (38,10,105). Sum of RGB (Red+Green+Blue) = 38+10+105=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #260A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260A69 is #D9F596. Grayscale: #1C1C1C. Windows color (decimal): -14284183 or 6883878. OLE color: 6883878.

HSL color Cylindrical-coordinate representation of color #260A69: hue angle of 257.68º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260A69 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 10 105 -
CMYK 0.64 0.90 0 0.59
HSL 257.68º 0.83% 0.23% -
HSV(B) 257.68º 0.9% 0.41% -
XYZ 3.46 1.65 13.5 -
YUV 29.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 38 10 105 0.64 0.90 0 0.59 257.68 0.83 0.23
Hex 26 A 69 40 5A 0 3B 102 53 17
Octal 46 12 151 100 132 0 73 402 123 27
Binary 100110 1010 1101001 1000000 1011010 0 111011 100000010 1010011 10111

Color Harmonies of #260A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A69

Black with #260A69

Text Example


Text Example

White with #260A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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