Html Css Color HEX #260368 Persian Indigo

📋 copy color: '#260368'

red 38 ◦ green 3 ◦ blue 104

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

Shades of Persian Indigo #260368

Tints of Persian Indigo #260368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 26.21%
G = 2.07%
B = 71.72%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260368 (or 0x260368) is known color: Persian Indigo. HEX triplet: 26, 03 and 68. RGB value is (38,3,104). Sum of RGB (Red+Green+Blue) = 38+3+104=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #260368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260368 is #D9FC97. Grayscale: #181818. Windows color (decimal): -14285976 or 6816550. OLE color: 6816550.

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

Color convert

RGB 38 3 104 -
CMYK 0.63 0.97 0 0.59
HSL 260.79º 0.94% 0.21% -
HSV(B) 260.79º 0.97% 0.41% -
XYZ 3.33 1.48 13.21 -
YUV 24.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 38 3 104 0.63 0.97 0 0.59 260.79 0.94 0.21
Hex 26 3 68 3F 61 0 3B 105 5E 15
Octal 46 3 150 77 141 0 73 405 136 25
Binary 100110 11 1101000 111111 1100001 0 111011 100000101 1011110 10101

Color Harmonies of #260368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260368

Black with #260368

Text Example


Text Example

White with #260368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260368; }

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

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

background-color css

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

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

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

border-color css

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

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

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