Html Css Color HEX #260768 Persian Indigo

📋 copy color: '#260768'

red 38 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #260768

Tints of Persian Indigo #260768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.7%

 BLUE value IS 104 (41.02% from 255) = 69.8%

R = 25.5%
G = 4.7%
B = 69.8%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260768 (or 0x260768) is known color: Persian Indigo. HEX triplet: 26, 07 and 68. RGB value is (38,7,104). Sum of RGB (Red+Green+Blue) = 38+7+104=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #260768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260768 is #D9F897. Grayscale: #1A1A1A. Windows color (decimal): -14284952 or 6817574. OLE color: 6817574.

HSL color Cylindrical-coordinate representation of color #260768: hue angle of 259.18º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260768 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 7 104 -
CMYK 0.63 0.93 0 0.59
HSL 259.18º 0.87% 0.22% -
HSV(B) 259.18º 0.93% 0.41% -
XYZ 3.37 1.56 13.22 -
YUV 27.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 38 7 104 0.63 0.93 0 0.59 259.18 0.87 0.22
Hex 26 7 68 3F 5D 0 3B 103 57 16
Octal 46 7 150 77 135 0 73 403 127 26
Binary 100110 111 1101000 111111 1011101 0 111011 100000011 1010111 10110

Color Harmonies of #260768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260768

Black with #260768

Text Example


Text Example

White with #260768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260768; }

 p { color: rgb(38,7,104); }

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

background-color css

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

 a { background-color: rgb(38,7,104); }

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

border-color css

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

 span { border-color: rgb(38,7,104); }

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