Html Css Color HEX #230674 Persian Indigo

📋 copy color: '#230674'

red 35 ◦ green 6 ◦ blue 116

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

Shades of Persian Indigo #230674

Tints of Persian Indigo #230674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

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

R = 22.29%
G = 3.82%
B = 73.89%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230674 (or 0x230674) is known color: Persian Indigo. HEX triplet: 23, 06 and 74. RGB value is (35,6,116). Sum of RGB (Red+Green+Blue) = 35+6+116=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #230674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230674 is #DCF98B. Grayscale: #1A1A1A. Windows color (decimal): -14481804 or 7603747. OLE color: 7603747.

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

Color convert

RGB 35 6 116 -
CMYK 0.70 0.95 0 0.55
HSL 255.82º 0.9% 0.24% -
HSV(B) 255.82º 0.95% 0.45% -
XYZ 3.91 1.75 16.65 -
YUV 27.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 35 6 116 0.70 0.95 0 0.55 255.82 0.9 0.24
Hex 23 6 74 46 5F 0 37 100 5A 18
Octal 43 6 164 106 137 0 67 400 132 30
Binary 100011 110 1110100 1000110 1011111 0 110111 100000000 1011010 11000

Color Harmonies of #230674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230674

Black with #230674

Text Example


Text Example

White with #230674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230674; }

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

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

background-color css

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

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

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

border-color css

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

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

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