Html Css Color HEX #260369 Persian Indigo

📋 copy color: '#260369'

red 38 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #260369

Tints of Persian Indigo #260369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

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

R = 26.03%
G = 2.05%
B = 71.92%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260369 (or 0x260369) is known color: Persian Indigo. HEX triplet: 26, 03 and 69. RGB value is (38,3,105). Sum of RGB (Red+Green+Blue) = 38+3+105=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #260369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260369 is #D9FC96. Grayscale: #181818. Windows color (decimal): -14285975 or 6882086. OLE color: 6882086.

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

Color convert

RGB 38 3 105 -
CMYK 0.64 0.97 0 0.59
HSL 260.59º 0.94% 0.21% -
HSV(B) 260.59º 0.97% 0.41% -
XYZ 3.38 1.5 13.48 -
YUV 25.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 38 3 105 0.64 0.97 0 0.59 260.59 0.94 0.21
Hex 26 3 69 40 61 0 3B 105 5E 15
Octal 46 3 151 100 141 0 73 405 136 25
Binary 100110 11 1101001 1000000 1100001 0 111011 100000101 1011110 10101

Color Harmonies of #260369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260369

Black with #260369

Text Example


Text Example

White with #260369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260369; }

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

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

background-color css

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

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

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

border-color css

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

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

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