Html Css Color HEX #260C69 Persian Indigo

📋 copy color: '#260C69'

red 38 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #260C69

Tints of Persian Indigo #260C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 67.74%

R = 24.52%
G = 7.74%
B = 67.74%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260C69 (or 0x260C69) is known color: Persian Indigo. HEX triplet: 26, 0C and 69. RGB value is (38,12,105). Sum of RGB (Red+Green+Blue) = 38+12+105=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #260C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C69 is #D9F396. Grayscale: #1E1E1E. Windows color (decimal): -14283671 or 6884390. OLE color: 6884390.

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

Color convert

RGB 38 12 105 -
CMYK 0.64 0.89 0 0.59
HSL 256.77º 0.79% 0.23% -
HSV(B) 256.77º 0.89% 0.41% -
XYZ 3.48 1.69 13.51 -
YUV 30.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 38 12 105 0.64 0.89 0 0.59 256.77 0.79 0.23
Hex 26 C 69 40 59 0 3B 101 4F 17
Octal 46 14 151 100 131 0 73 401 117 27
Binary 100110 1100 1101001 1000000 1011001 0 111011 100000001 1001111 10111

Color Harmonies of #260C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C69

Black with #260C69

Text Example


Text Example

White with #260C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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