Html Css Color HEX #260D65 Persian Indigo

📋 copy color: '#260D65'

red 38 ◦ green 13 ◦ blue 101

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

Shades of Persian Indigo #260D65

Tints of Persian Indigo #260D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.55%

 BLUE value IS 101 (39.84% from 255) = 66.45%

R = 25%
G = 8.55%
B = 66.45%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#260D65 (or 0x260D65) is known color: Persian Indigo. HEX triplet: 26, 0D and 65. RGB value is (38,13,101). Sum of RGB (Red+Green+Blue) = 38+13+101=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #260D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D65 is #D9F29A. Grayscale: #1E1E1E. Windows color (decimal): -14283419 or 6622502. OLE color: 6622502.

HSL color Cylindrical-coordinate representation of color #260D65: hue angle of 257.05º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260D65 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 13 101 -
CMYK 0.62 0.87 0 0.60
HSL 257.05º 0.77% 0.22% -
HSV(B) 257.05º 0.87% 0.4% -
XYZ 3.29 1.64 12.45 -
YUV 30.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 38 13 101 0.62 0.87 0 0.60 257.05 0.77 0.22
Hex 26 D 65 3E 57 0 3C 101 4D 16
Octal 46 15 145 76 127 0 74 401 115 26
Binary 100110 1101 1100101 111110 1010111 0 111100 100000001 1001101 10110

Color Harmonies of #260D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D65

Black with #260D65

Text Example


Text Example

White with #260D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,13,101); }

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

background-color css

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

 a { background-color: rgb(38,13,101); }

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

border-color css

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

 span { border-color: rgb(38,13,101); }

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