Html Css Color HEX #260C6B Persian Indigo

📋 copy color: '#260C6B'

red 38 ◦ green 12 ◦ blue 107

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

Shades of Persian Indigo #260C6B

Tints of Persian Indigo #260C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 68.15%

R = 24.2%
G = 7.64%
B = 68.15%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#260C6B (or 0x260C6B) is known color: Persian Indigo. HEX triplet: 26, 0C and 6B. RGB value is (38,12,107). Sum of RGB (Red+Green+Blue) = 38+12+107=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #260C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C6B is #D9F394. Grayscale: #1E1E1E. Windows color (decimal): -14283669 or 7015462. OLE color: 7015462.

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

Color convert

RGB 38 12 107 -
CMYK 0.64 0.89 0 0.58
HSL 256.42º 0.8% 0.23% -
HSV(B) 256.42º 0.89% 0.42% -
XYZ 3.58 1.74 14.06 -
YUV 30.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 38 12 107 0.64 0.89 0 0.58 256.42 0.8 0.23
Hex 26 C 6B 40 59 0 3A 100 50 17
Octal 46 14 153 100 131 0 72 400 120 27
Binary 100110 1100 1101011 1000000 1011001 0 111010 100000000 1010000 10111

Color Harmonies of #260C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C6B

Black with #260C6B

Text Example


Text Example

White with #260C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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