Html Css Color HEX #230374 Persian Indigo

📋 copy color: '#230374'

red 35 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #230374

Tints of Persian Indigo #230374

RGB

 RED value IS 35 (14.06% from 255) = 22.73%

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

 BLUE value IS 116 (45.7% from 255) = 75.32%

R = 22.73%
G = 1.95%
B = 75.32%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230374 (or 0x230374) is known color: Persian Indigo. HEX triplet: 23, 03 and 74. RGB value is (35,3,116). Sum of RGB (Red+Green+Blue) = 35+3+116=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #230374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230374 is #DCFC8B. Grayscale: #191919. Windows color (decimal): -14482572 or 7602979. OLE color: 7602979.

HSL color Cylindrical-coordinate representation of color #230374: hue angle of 256.99º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230374 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 3 116 -
CMYK 0.70 0.97 0 0.55
HSL 256.99º 0.95% 0.23% -
HSV(B) 256.99º 0.97% 0.45% -
XYZ 3.88 1.68 16.64 -
YUV 25.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 35 3 116 0.70 0.97 0 0.55 256.99 0.95 0.23
Hex 23 3 74 46 61 0 37 101 5F 17
Octal 43 3 164 106 141 0 67 401 137 27
Binary 100011 11 1110100 1000110 1100001 0 110111 100000001 1011111 10111

Color Harmonies of #230374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230374

Black with #230374

Text Example


Text Example

White with #230374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230374; }

 p { color: rgb(35,3,116); }

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

background-color css

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

 a { background-color: rgb(35,3,116); }

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

border-color css

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

 span { border-color: rgb(35,3,116); }

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