Html Css Color HEX #4308AF Indigo

📋 copy color: '#4308AF'

red 67 ◦ green 8 ◦ blue 175

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

Shades of Indigo #4308AF

Tints of Indigo #4308AF

RGB

 RED value IS 67 (26.56% from 255) = 26.8%

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 175 (68.75% from 255) = 70%

R = 26.8%
G = 3.2%
B = 70%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4308AF (or 0x4308AF) is known color: Indigo. HEX triplet: 43, 08 and AF. RGB value is (67,8,175). Sum of RGB (Red+Green+Blue) = 67+8+175=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #4308AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4308AF is #BCF750. Grayscale: #2C2C2C. Windows color (decimal): -12384081 or 11470915. OLE color: 11470915.

HSL color Cylindrical-coordinate representation of color #4308AF: hue angle of 261.2º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4308AF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 8 175 -
CMYK 0.62 0.95 0 0.31
HSL 261.2º 0.91% 0.36% -
HSV(B) 261.2º 0.95% 0.69% -
XYZ 10.14 4.46 40.88 -
YUV 44.68 201.55 143.92 -
System Red Green Blue C M Y K H S L
Decimal 67 8 175 0.62 0.95 0 0.31 261.2 0.91 0.36
Hex 43 8 AF 3E 5F 0 1F 105 5B 24
Octal 103 10 257 76 137 0 37 405 133 44
Binary 1000011 1000 10101111 111110 1011111 0 11111 100000101 1011011 100100

Color Harmonies of #4308AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4308AF

Black with #4308AF

Text Example


Text Example

White with #4308AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4308AF; }

 p { color: rgb(67,8,175); }

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

background-color css

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

 a { background-color: rgb(67,8,175); }

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

border-color css

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

 span { border-color: rgb(67,8,175); }

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