Html Css Color HEX #260D75 Persian Indigo

📋 copy color: '#260D75'

red 38 ◦ green 13 ◦ blue 117

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

Shades of Persian Indigo #260D75

Tints of Persian Indigo #260D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 22.62%
G = 7.74%
B = 69.64%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#260D75 (or 0x260D75) is known color: Persian Indigo. HEX triplet: 26, 0D and 75. RGB value is (38,13,117). Sum of RGB (Red+Green+Blue) = 38+13+117=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #260D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D75 is #D9F28A. Grayscale: #1F1F1F. Windows color (decimal): -14283403 or 7671078. OLE color: 7671078.

HSL color Cylindrical-coordinate representation of color #260D75: hue angle of 254.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260D75 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 13 117 -
CMYK 0.68 0.89 0 0.54
HSL 254.42º 0.8% 0.25% -
HSV(B) 254.42º 0.89% 0.46% -
XYZ 4.15 1.98 16.99 -
YUV 32.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 38 13 117 0.68 0.89 0 0.54 254.42 0.8 0.25
Hex 26 D 75 44 59 0 36 FE 50 19
Octal 46 15 165 104 131 0 66 376 120 31
Binary 100110 1101 1110101 1000100 1011001 0 110110 11111110 1010000 11001

Color Harmonies of #260D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D75

Black with #260D75

Text Example


Text Example

White with #260D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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