Html Css Color HEX #26046C Persian Indigo

📋 copy color: '#26046C'

red 38 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #26046C

Tints of Persian Indigo #26046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 108 (42.58% from 255) = 72%

R = 25.33%
G = 2.67%
B = 72%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#26046C (or 0x26046C) is known color: Persian Indigo. HEX triplet: 26, 04 and 6C. RGB value is (38,4,108). Sum of RGB (Red+Green+Blue) = 38+4+108=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #26046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26046C is #D9FB93. Grayscale: #191919. Windows color (decimal): -14285716 or 7078950. OLE color: 7078950.

HSL color Cylindrical-coordinate representation of color #26046C: hue angle of 259.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26046C is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 4 108 -
CMYK 0.65 0.96 0 0.58
HSL 259.62º 0.93% 0.22% -
HSV(B) 259.62º 0.96% 0.42% -
XYZ 3.55 1.58 14.31 -
YUV 26.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 38 4 108 0.65 0.96 0 0.58 259.62 0.93 0.22
Hex 26 4 6C 41 60 0 3A 104 5D 16
Octal 46 4 154 101 140 0 72 404 135 26
Binary 100110 100 1101100 1000001 1100000 0 111010 100000100 1011101 10110

Color Harmonies of #26046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26046C

Black with #26046C

Text Example


Text Example

White with #26046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26046C; }

 p { color: rgb(38,4,108); }

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

background-color css

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

 a { background-color: rgb(38,4,108); }

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

border-color css

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

 span { border-color: rgb(38,4,108); }

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