Html Css Color HEX #230174 Persian Indigo

📋 copy color: '#230174'

red 35 ◦ green 1 ◦ blue 116

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

Shades of Persian Indigo #230174

Tints of Persian Indigo #230174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 23.03%
G = 0.66%
B = 76.32%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230174 (or 0x230174) is known color: Persian Indigo. HEX triplet: 23, 01 and 74. RGB value is (35,1,116). Sum of RGB (Red+Green+Blue) = 35+1+116=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #230174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230174 is #DCFE8B. Grayscale: #171717. Windows color (decimal): -14483084 or 7602467. OLE color: 7602467.

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

Color convert

RGB 35 1 116 -
CMYK 0.70 0.99 0 0.55
HSL 257.74º 0.98% 0.23% -
HSV(B) 257.74º 0.99% 0.45% -
XYZ 3.86 1.64 16.64 -
YUV 24.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 35 1 116 0.70 0.99 0 0.55 257.74 0.98 0.23
Hex 23 1 74 46 63 0 37 102 62 17
Octal 43 1 164 106 143 0 67 402 142 27
Binary 100011 1 1110100 1000110 1100011 0 110111 100000010 1100010 10111

Color Harmonies of #230174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230174

Black with #230174

Text Example


Text Example

White with #230174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230174; }

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

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

background-color css

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

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

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

border-color css

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

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

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