Html Css Color HEX #260F69 Persian Indigo

📋 copy color: '#260F69'

red 38 ◦ green 15 ◦ blue 105

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

Shades of Persian Indigo #260F69

Tints of Persian Indigo #260F69

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.49%

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

R = 24.05%
G = 9.49%
B = 66.46%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260F69 (or 0x260F69) is known color: Persian Indigo. HEX triplet: 26, 0F and 69. RGB value is (38,15,105). Sum of RGB (Red+Green+Blue) = 38+15+105=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #260F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F69 is #D9F096. Grayscale: #1F1F1F. Windows color (decimal): -14282903 or 6885158. OLE color: 6885158.

HSL color Cylindrical-coordinate representation of color #260F69: hue angle of 255.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260F69 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 15 105 -
CMYK 0.64 0.86 0 0.59
HSL 255.33º 0.75% 0.24% -
HSV(B) 255.33º 0.86% 0.41% -
XYZ 3.52 1.77 13.52 -
YUV 32.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 38 15 105 0.64 0.86 0 0.59 255.33 0.75 0.24
Hex 26 F 69 40 56 0 3B FF 4B 18
Octal 46 17 151 100 126 0 73 377 113 30
Binary 100110 1111 1101001 1000000 1010110 0 111011 11111111 1001011 11000

Color Harmonies of #260F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F69

Black with #260F69

Text Example


Text Example

White with #260F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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