Html Css Color HEX #260C68 Persian Indigo

📋 copy color: '#260C68'

red 38 ◦ green 12 ◦ blue 104

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

Shades of Persian Indigo #260C68

Tints of Persian Indigo #260C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.79%

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

R = 24.68%
G = 7.79%
B = 67.53%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260C68 (or 0x260C68) is known color: Persian Indigo. HEX triplet: 26, 0C and 68. RGB value is (38,12,104). Sum of RGB (Red+Green+Blue) = 38+12+104=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #260C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C68 is #D9F397. Grayscale: #1D1D1D. Windows color (decimal): -14283672 or 6818854. OLE color: 6818854.

HSL color Cylindrical-coordinate representation of color #260C68: hue angle of 256.96º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260C68 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 12 104 -
CMYK 0.63 0.88 0 0.59
HSL 256.96º 0.79% 0.23% -
HSV(B) 256.96º 0.88% 0.41% -
XYZ 3.43 1.67 13.24 -
YUV 30.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 38 12 104 0.63 0.88 0 0.59 256.96 0.79 0.23
Hex 26 C 68 3F 58 0 3B 101 4F 17
Octal 46 14 150 77 130 0 73 401 117 27
Binary 100110 1100 1101000 111111 1011000 0 111011 100000001 1001111 10111

Color Harmonies of #260C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C68

Black with #260C68

Text Example


Text Example

White with #260C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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